#62145A

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

Shades of Palatinate Purple #62145A

Tints of Palatinate Purple #62145A

Color information

#62145A (or 0x62145A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 14 and 5A. RGB value is (98,20,90). Sum of RGB (Red+Green+Blue) = 98+20+90=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #62145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62145A is #9DEBA5. Grayscale: #333333. Windows color (decimal): -10349478 or 5903458. OLE color: 5903458.

HSL color Cylindrical-coordinate representation of color #62145A: hue angle of 306.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62145A is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB982090-
CMYK00.800.080.62
HSL306.15º66.1%23.14%-
HSV(B)306.15º79.59%38.43%-
XYZ7.133.8410.04-
YUV51.3149.84161.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=47.12%
G=9.62%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98209000.800.080.62306.1566.123.14
Hex62145A05083E1324217
Octal142241320120107646210227
Binary1100010101001011010010100001000111110100110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62145A; }

 p { color: rgb(98,20,90); }

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

<style>
 a { background-color: #62145A; }

 a { background-color: rgb(98,20,90); }

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

<style>
 span { border-color: #62145A; }

 span { border-color: rgb(98,20,90); }

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