#62165B

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

Shades of Palatinate Purple #62165B

Tints of Palatinate Purple #62165B

Color information

#62165B (or 0x62165B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 16 and 5B. RGB value is (98,22,91). Sum of RGB (Red+Green+Blue) = 98+22+91=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62165B is #9DE9A4. Grayscale: #343434. Windows color (decimal): -10348965 or 5969506. OLE color: 5969506.

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

Color convert

RGB982291-
CMYK00.780.070.62
HSL305.53º63.33%23.53%-
HSV(B)305.53º77.55%38.43%-
XYZ7.213.9310.28-
YUV52.59149.68160.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=46.45%
G=10.43%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98229100.780.070.62305.5363.3323.53
Hex62165B04E73E1323f18
Octal1422613301167764627730
Binary11000101011010110110100111011111111010011001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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