Html Css Color HEX #602555 Palatinate Purple

📋 copy color: '#602555'

red 96 ◦ green 37 ◦ blue 85

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

Shades of Palatinate Purple #602555

Tints of Palatinate Purple #602555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 44.04%
G = 16.97%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#602555 (or 0x602555) is known color: Palatinate Purple. HEX triplet: 60, 25 and 55. RGB value is (96,37,85). Sum of RGB (Red+Green+Blue) = 96+37+85=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602555 is #9FDAAA. Grayscale: #3B3B3B. Windows color (decimal): -10476203 or 5580128. OLE color: 5580128.

HSL color Cylindrical-coordinate representation of color #602555: hue angle of 311.19º 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 #602555 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 85 -
CMYK 0 0.61 0.11 0.62
HSL 311.19º 0.44% 0.26% -
HSV(B) 311.19º 0.61% 0.38% -
XYZ 7.13 4.47 9.08 -
YUV 60.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 96 37 85 0 0.61 0.11 0.62 311.19 0.44 0.26
Hex 60 25 55 0 3D B 3E 137 2C 1A
Octal 140 45 125 0 75 13 76 467 54 32
Binary 1100000 100101 1010101 0 111101 1011 111110 100110111 101100 11010

Color Harmonies of #602555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602555

Black with #602555

Text Example


Text Example

White with #602555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602555; }

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

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

background-color css

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

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

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

border-color css

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

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

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