#62045A

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

Shades of Palatinate Purple #62045A

Tints of Palatinate Purple #62045A

Color information

#62045A (or 0x62045A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 04 and 5A. RGB value is (98,4,90). Sum of RGB (Red+Green+Blue) = 98+4+90=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62045A is #9DFBA5. Grayscale: #292929. Windows color (decimal): -10353574 or 5899362. OLE color: 5899362.

HSL color Cylindrical-coordinate representation of color #62045A: hue angle of 305.11º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62045A is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB98490-
CMYK00.960.080.62
HSL305.11º92.16%20%-
HSV(B)305.11º95.92%38.43%-
XYZ6.933.429.97-
YUV41.91155.14168.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=51.04%
G=2.08%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9849000.960.080.62305.1192.1620
Hex6245A06083E1315c14
Octal14241320140107646113424
Binary11000101001011010011000001000111110100110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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