Html Css Color HEX #602959 Palatinate Purple

📋 copy color: '#602959'

red 96 ◦ green 41 ◦ blue 89

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

Shades of Palatinate Purple #602959

Tints of Palatinate Purple #602959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.38%

R = 42.48%
G = 18.14%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#602959 (or 0x602959) is known color: Palatinate Purple. HEX triplet: 60, 29 and 59. RGB value is (96,41,89). Sum of RGB (Red+Green+Blue) = 96+41+89=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #602959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602959 is #9FD6A6. Grayscale: #3E3E3E. Windows color (decimal): -10475175 or 5843296. OLE color: 5843296.

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

Color convert

RGB 96 41 89 -
CMYK 0 0.57 0.07 0.62
HSL 307.64º 0.4% 0.27% -
HSV(B) 307.64º 0.57% 0.38% -
XYZ 7.42 4.79 9.99 -
YUV 62.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 96 41 89 0 0.57 0.07 0.62 307.64 0.4 0.27
Hex 60 29 59 0 39 7 3E 134 28 1B
Octal 140 51 131 0 71 7 76 464 50 33
Binary 1100000 101001 1011001 0 111001 111 111110 100110100 101000 11011

Color Harmonies of #602959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602959

Black with #602959

Text Example


Text Example

White with #602959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602959; }

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

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

background-color css

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

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

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

border-color css

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

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

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