Html Css Color HEX #602A51 Palatinate Purple

📋 copy color: '#602A51'

red 96 ◦ green 42 ◦ blue 81

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

Shades of Palatinate Purple #602A51

Tints of Palatinate Purple #602A51

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.18%

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 43.84%
G = 19.18%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#602A51 (or 0x602A51) is known color: Palatinate Purple. HEX triplet: 60, 2A and 51. RGB value is (96,42,81). Sum of RGB (Red+Green+Blue) = 96+42+81=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #602A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A51 is #9FD5AE. Grayscale: #3E3E3E. Windows color (decimal): -10474927 or 5319264. OLE color: 5319264.

HSL color Cylindrical-coordinate representation of color #602A51: hue angle of 316.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A51 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 42 81 -
CMYK 0 0.56 0.16 0.62
HSL 316.67º 0.39% 0.27% -
HSV(B) 316.67º 0.56% 0.38% -
XYZ 7.14 4.74 8.32 -
YUV 62.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 96 42 81 0 0.56 0.16 0.62 316.67 0.39 0.27
Hex 60 2A 51 0 38 10 3E 13D 27 1B
Octal 140 52 121 0 70 20 76 475 47 33
Binary 1100000 101010 1010001 0 111000 10000 111110 100111101 100111 11011

Color Harmonies of #602A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602A51

Black with #602A51

Text Example


Text Example

White with #602A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,42,81); }

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

background-color css

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

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

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

border-color css

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

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

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