Html Css Color HEX #601159 Palatinate Purple

📋 copy color: '#601159'

red 96 ◦ green 17 ◦ blue 89

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

Shades of Palatinate Purple #601159

Tints of Palatinate Purple #601159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

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

R = 47.52%
G = 8.42%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#601159 (or 0x601159) is known color: Palatinate Purple. HEX triplet: 60, 11 and 59. RGB value is (96,17,89). Sum of RGB (Red+Green+Blue) = 96+17+89=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601159 is #9FEEA6. Grayscale: #303030. Windows color (decimal): -10481319 or 5837152. OLE color: 5837152.

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

Color convert

RGB 96 17 89 -
CMYK 0 0.82 0.07 0.62
HSL 305.32º 0.7% 0.22% -
HSV(B) 305.32º 0.82% 0.38% -
XYZ 6.83 3.61 9.79 -
YUV 48.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 96 17 89 0 0.82 0.07 0.62 305.32 0.7 0.22
Hex 60 11 59 0 52 7 3E 131 46 16
Octal 140 21 131 0 122 7 76 461 106 26
Binary 1100000 10001 1011001 0 1010010 111 111110 100110001 1000110 10110

Color Harmonies of #601159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601159

Black with #601159

Text Example


Text Example

White with #601159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601159; }

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

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

background-color css

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

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

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

border-color css

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

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

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