Html Css Color HEX #601759 Palatinate Purple

📋 copy color: '#601759'

red 96 ◦ green 23 ◦ blue 89

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

Shades of Palatinate Purple #601759

Tints of Palatinate Purple #601759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 46.15%
G = 11.06%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#601759 (or 0x601759) is known color: Palatinate Purple. HEX triplet: 60, 17 and 59. RGB value is (96,23,89). Sum of RGB (Red+Green+Blue) = 96+23+89=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #601759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601759 is #9FE8A6. Grayscale: #343434. Windows color (decimal): -10479783 or 5838688. OLE color: 5838688.

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

Color convert

RGB 96 23 89 -
CMYK 0 0.76 0.07 0.62
HSL 305.75º 0.61% 0.23% -
HSV(B) 305.75º 0.76% 0.38% -
XYZ 6.93 3.82 9.82 -
YUV 52.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 96 23 89 0 0.76 0.07 0.62 305.75 0.61 0.23
Hex 60 17 59 0 4C 7 3E 132 3D 17
Octal 140 27 131 0 114 7 76 462 75 27
Binary 1100000 10111 1011001 0 1001100 111 111110 100110010 111101 10111

Color Harmonies of #601759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601759

Black with #601759

Text Example


Text Example

White with #601759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601759; }

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

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

background-color css

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

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

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

border-color css

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

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

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