Html Css Color HEX #602C51 Palatinate Purple

📋 copy color: '#602C51'

red 96 ◦ green 44 ◦ blue 81

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

Shades of Palatinate Purple #602C51

Tints of Palatinate Purple #602C51

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

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

R = 43.44%
G = 19.91%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#602C51 (or 0x602C51) is known color: Palatinate Purple. HEX triplet: 60, 2C and 51. RGB value is (96,44,81). Sum of RGB (Red+Green+Blue) = 96+44+81=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #602C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C51 is #9FD3AE. Grayscale: #3F3F3F. Windows color (decimal): -10474415 or 5319776. OLE color: 5319776.

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

Color convert

RGB 96 44 81 -
CMYK 0 0.54 0.16 0.62
HSL 317.31º 0.37% 0.27% -
HSV(B) 317.31º 0.54% 0.38% -
XYZ 7.21 4.88 8.35 -
YUV 63.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 96 44 81 0 0.54 0.16 0.62 317.31 0.37 0.27
Hex 60 2C 51 0 36 10 3E 13D 25 1B
Octal 140 54 121 0 66 20 76 475 45 33
Binary 1100000 101100 1010001 0 110110 10000 111110 100111101 100101 11011

Color Harmonies of #602C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C51

Black with #602C51

Text Example


Text Example

White with #602C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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