#602462

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

Shades of Palatinate Purple #602462

Tints of Palatinate Purple #602462

Color information

#602462 (or 0x602462) is unknown color: approx Palatinate Purple. HEX triplet: 60, 24 and 62. RGB value is (96,36,98). Sum of RGB (Red+Green+Blue) = 96+36+98=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #602462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602462 is #9FDB9D. Grayscale: #3C3C3C. Windows color (decimal): -10476446 or 6431840. OLE color: 6431840.

HSL color Cylindrical-coordinate representation of color #602462: hue angle of 298.06º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #602462 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB963698-
CMYK0.020.6300.62
HSL298.06º46.27%26.27%-
HSV(B)298.06º63.27%38.43%-
XYZ7.664.6312.05-
YUV61.01148.88152.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=41.74%
G=15.65%
B=42.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9636980.020.6300.62298.0646.2726.27
Hex60246223F03E12a2e1a
Octal140441422770764525632
Binary1100000100100110001010111111011111010010101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602462; }

 p { color: rgb(96,36,98); }

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

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

 a { background-color: rgb(96,36,98); }

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

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

 span { border-color: rgb(96,36,98); }

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