Html Css Color HEX #602952 Palatinate Purple

📋 copy color: '#602952'

red 96 ◦ green 41 ◦ blue 82

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

Shades of Palatinate Purple #602952

Tints of Palatinate Purple #602952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

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

R = 43.84%
G = 18.72%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#602952 (or 0x602952) is known color: Palatinate Purple. HEX triplet: 60, 29 and 52. RGB value is (96,41,82). Sum of RGB (Red+Green+Blue) = 96+41+82=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #602952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602952 is #9FD6AD. Grayscale: #3E3E3E. Windows color (decimal): -10475182 or 5384544. OLE color: 5384544.

HSL color Cylindrical-coordinate representation of color #602952: hue angle of 315.27º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602952 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 41 82 -
CMYK 0 0.57 0.15 0.62
HSL 315.27º 0.4% 0.27% -
HSV(B) 315.27º 0.57% 0.38% -
XYZ 7.14 4.68 8.51 -
YUV 62.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 96 41 82 0 0.57 0.15 0.62 315.27 0.4 0.27
Hex 60 29 52 0 39 F 3E 13B 28 1B
Octal 140 51 122 0 71 17 76 473 50 33
Binary 1100000 101001 1010010 0 111001 1111 111110 100111011 101000 11011

Color Harmonies of #602952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602952

Black with #602952

Text Example


Text Example

White with #602952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602952; }

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

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

background-color css

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

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

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

border-color css

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

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

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