Html Css Color HEX #602551 Palatinate Purple

📋 copy color: '#602551'

red 96 ◦ green 37 ◦ blue 81

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

Shades of Palatinate Purple #602551

Tints of Palatinate Purple #602551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

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

R = 44.86%
G = 17.29%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#602551 (or 0x602551) is known color: Palatinate Purple. HEX triplet: 60, 25 and 51. RGB value is (96,37,81). Sum of RGB (Red+Green+Blue) = 96+37+81=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #602551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602551 is #9FDAAE. Grayscale: #3B3B3B. Windows color (decimal): -10476207 or 5317984. OLE color: 5317984.

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

Color convert

RGB 96 37 81 -
CMYK 0 0.61 0.16 0.62
HSL 315.25º 0.44% 0.26% -
HSV(B) 315.25º 0.61% 0.38% -
XYZ 6.97 4.4 8.27 -
YUV 59.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 96 37 81 0 0.61 0.16 0.62 315.25 0.44 0.26
Hex 60 25 51 0 3D 10 3E 13B 2C 1A
Octal 140 45 121 0 75 20 76 473 54 32
Binary 1100000 100101 1010001 0 111101 10000 111110 100111011 101100 11010

Color Harmonies of #602551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602551

Black with #602551

Text Example


Text Example

White with #602551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602551; }

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

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

background-color css

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

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

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

border-color css

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

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

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