#62265B

Color #62265B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #62265B

Tints of Palatinate Purple #62265B

Color information

#62265B (or 0x62265B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 26 and 5B. RGB value is (98,38,91). Sum of RGB (Red+Green+Blue) = 98+38+91=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #62265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62265B is #9DD9A4. Grayscale: #3D3D3D. Windows color (decimal): -10344869 or 5973602. OLE color: 5973602.

HSL color Cylindrical-coordinate representation of color #62265B: hue angle of 307º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62265B is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB983891-
CMYK00.610.070.62
HSL307º44.12%26.67%-
HSV(B)307º61.22%38.43%-
XYZ7.624.7410.41-
YUV61.98144.38153.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=43.17%
G=16.74%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98389100.610.070.6230744.1226.67
Hex62265B03D73E1332c1b
Octal142461330757764635433
Binary11000101001101011011011110111111111010011001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62265B; }

 p { color: rgb(98,38,91); }

 H1.HeaderClassName
 {
   color: #62265B;
 }
 .AnyTagClassName
 {
   color: #62265B;
 }
</style>
background-color css

<style>
 a { background-color: #62265B; }

 a { background-color: rgb(98,38,91); }

 div.DivClassName
 {
   background-color: #62265B;
 }
 .BgClassName
 {
   background-color: #62265B;
 }
</style>
border-color css

<style>
 span { border-color: #62265B; }

 span { border-color: rgb(98,38,91); }

 td.TdClassName
 {
   border-color: #62265B;
 }
 .TagClassName
 {
   border-color: #62265B;
 }
</style>