Html Css Color HEX #602962 Palatinate Purple

📋 copy color: '#602962'

red 96 ◦ green 41 ◦ blue 98

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

Shades of Palatinate Purple #602962

Tints of Palatinate Purple #602962

RGB

 RED value IS 96 (37.89% from 255) = 40.85%

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 40.85%
G = 17.45%
B = 41.7%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602962 (or 0x602962) is known color: Palatinate Purple. HEX triplet: 60, 29 and 62. RGB value is (96,41,98). Sum of RGB (Red+Green+Blue) = 96+41+98=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #602962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602962 is #9FD69D. Grayscale: #3F3F3F. Windows color (decimal): -10475166 or 6433120. OLE color: 6433120.

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

Color convert

RGB 96 41 98 -
CMYK 0.02 0.58 0 0.62
HSL 297.89º 0.41% 0.27% -
HSV(B) 297.89º 0.58% 0.38% -
XYZ 7.82 4.95 12.1 -
YUV 63.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 96 41 98 0.02 0.58 0 0.62 297.89 0.41 0.27
Hex 60 29 62 2 3A 0 3E 12A 29 1B
Octal 140 51 142 2 72 0 76 452 51 33
Binary 1100000 101001 1100010 10 111010 0 111110 100101010 101001 11011

Color Harmonies of #602962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602962

Black with #602962

Text Example


Text Example

White with #602962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602962; }

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

 H1.HeaderClassName
 {
   color: #602962;
 }
 .AnyTagClassName
 {
   color: #602962;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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