Html Css Color HEX #602051 Palatinate Purple

📋 copy color: '#602051'

red 96 ◦ green 32 ◦ blue 81

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

Shades of Palatinate Purple #602051

Tints of Palatinate Purple #602051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 45.93%
G = 15.31%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#602051 (or 0x602051) is known color: Palatinate Purple. HEX triplet: 60, 20 and 51. RGB value is (96,32,81). Sum of RGB (Red+Green+Blue) = 96+32+81=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #602051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602051 is #9FDFAE. Grayscale: #383838. Windows color (decimal): -10477487 or 5316704. OLE color: 5316704.

HSL color Cylindrical-coordinate representation of color #602051: hue angle of 314.06º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602051 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 81 -
CMYK 0 0.67 0.16 0.62
HSL 314.06º 0.5% 0.25% -
HSV(B) 314.06º 0.67% 0.38% -
XYZ 6.83 4.11 8.22 -
YUV 56.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 96 32 81 0 0.67 0.16 0.62 314.06 0.5 0.25
Hex 60 20 51 0 43 10 3E 13A 32 19
Octal 140 40 121 0 103 20 76 472 62 31
Binary 1100000 100000 1010001 0 1000011 10000 111110 100111010 110010 11001

Color Harmonies of #602051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602051

Black with #602051

Text Example


Text Example

White with #602051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602051; }

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

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

background-color css

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

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

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

border-color css

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

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

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