Html Css Color HEX #601959 Palatinate Purple

📋 copy color: '#601959'

red 96 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #601959

Tints of Palatinate Purple #601959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 45.71%
G = 11.9%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#601959 (or 0x601959) is known color: Palatinate Purple. HEX triplet: 60, 19 and 59. RGB value is (96,25,89). Sum of RGB (Red+Green+Blue) = 96+25+89=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #601959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601959 is #9FE6A6. Grayscale: #353535. Windows color (decimal): -10479271 or 5839200. OLE color: 5839200.

HSL color Cylindrical-coordinate representation of color #601959: hue angle of 305.92º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601959 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 89 -
CMYK 0 0.74 0.07 0.62
HSL 305.92º 0.59% 0.24% -
HSV(B) 305.92º 0.74% 0.38% -
XYZ 6.97 3.9 9.84 -
YUV 53.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 96 25 89 0 0.74 0.07 0.62 305.92 0.59 0.24
Hex 60 19 59 0 4A 7 3E 132 3B 18
Octal 140 31 131 0 112 7 76 462 73 30
Binary 1100000 11001 1011001 0 1001010 111 111110 100110010 111011 11000

Color Harmonies of #601959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601959

Black with #601959

Text Example


Text Example

White with #601959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601959; }

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

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

background-color css

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

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

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

border-color css

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

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

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