Html Css Color HEX #602F60 Palatinate Purple

📋 copy color: '#602F60'

red 96 ◦ green 47 ◦ blue 96

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

Shades of Palatinate Purple #602F60

Tints of Palatinate Purple #602F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 40.17%
G = 19.67%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602F60 (or 0x602F60) is known color: Palatinate Purple. HEX triplet: 60, 2F and 60. RGB value is (96,47,96). Sum of RGB (Red+Green+Blue) = 96+47+96=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #602F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F60 is #9FD09F. Grayscale: #434343. Windows color (decimal): -10473632 or 6303584. OLE color: 6303584.

HSL color Cylindrical-coordinate representation of color #602F60: hue angle of 300º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F60 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 96 -
CMYK 0 0.51 0 0.62
HSL 300º 0.34% 0.28% -
HSV(B) 300º 0.51% 0.38% -
XYZ 7.95 5.36 11.68 -
YUV 67.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 96 47 96 0 0.51 0 0.62 300 0.34 0.28
Hex 60 2F 60 0 33 0 3E 12C 22 1C
Octal 140 57 140 0 63 0 76 454 42 34
Binary 1100000 101111 1100000 0 110011 0 111110 100101100 100010 11100

Color Harmonies of #602F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F60

Black with #602F60

Text Example


Text Example

White with #602F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602F60; }

 p { color: rgb(96,47,96); }

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

background-color css

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

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

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

border-color css

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

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

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