Html Css Color HEX #602552 Palatinate Purple

📋 copy color: '#602552'

red 96 ◦ green 37 ◦ blue 82

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

Shades of Palatinate Purple #602552

Tints of Palatinate Purple #602552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 44.65%
G = 17.21%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#602552 (or 0x602552) is known color: Palatinate Purple. HEX triplet: 60, 25 and 52. RGB value is (96,37,82). Sum of RGB (Red+Green+Blue) = 96+37+82=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #602552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602552 is #9FDAAD. Grayscale: #3B3B3B. Windows color (decimal): -10476206 or 5383520. OLE color: 5383520.

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

Color convert

RGB 96 37 82 -
CMYK 0 0.61 0.15 0.62
HSL 314.24º 0.44% 0.26% -
HSV(B) 314.24º 0.61% 0.38% -
XYZ 7.01 4.42 8.47 -
YUV 59.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 96 37 82 0 0.61 0.15 0.62 314.24 0.44 0.26
Hex 60 25 52 0 3D F 3E 13A 2C 1A
Octal 140 45 122 0 75 17 76 472 54 32
Binary 1100000 100101 1010010 0 111101 1111 111110 100111010 101100 11010

Color Harmonies of #602552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602552

Black with #602552

Text Example


Text Example

White with #602552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602552; }

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

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

background-color css

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

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

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

border-color css

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

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

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