Html Css Color HEX #602462 Palatinate Purple

📋 copy color: '#602462'

red 96 ◦ green 36 ◦ blue 98

#602462
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #602462

Tints of Palatinate Purple #602462

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 value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602462 (or 0x602462) is known color: 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

RGB 96 36 98 -
CMYK 0.02 0.63 0 0.62
HSL 298.06º 0.46% 0.26% -
HSV(B) 298.06º 0.63% 0.38% -
XYZ 7.66 4.63 12.05 -
YUV 61.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 96 36 98 0.02 0.63 0 0.62 298.06 0.46 0.26
Hex 60 24 62 2 3F 0 3E 12A 2E 1A
Octal 140 44 142 2 77 0 76 452 56 32
Binary 1100000 100100 1100010 10 111111 0 111110 100101010 101110 11010

Color Harmonies of #602462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602462

Black with #602462

Text Example


Text Example

White with #602462

Text Example


Text Example

HTML Codes & Css Web 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>