Html Css Color HEX #601557 Palatinate Purple

📋 copy color: '#601557'

red 96 ◦ green 21 ◦ blue 87

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

Shades of Palatinate Purple #601557

Tints of Palatinate Purple #601557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 87 (34.38% from 255) = 42.65%

R = 47.06%
G = 10.29%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#601557 (or 0x601557) is known color: Palatinate Purple. HEX triplet: 60, 15 and 57. RGB value is (96,21,87). Sum of RGB (Red+Green+Blue) = 96+21+87=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601557 is #9FEAA8. Grayscale: #323232. Windows color (decimal): -10480297 or 5707104. OLE color: 5707104.

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

Color convert

RGB 96 21 87 -
CMYK 0 0.78 0.09 0.62
HSL 307.2º 0.64% 0.23% -
HSV(B) 307.2º 0.78% 0.38% -
XYZ 6.81 3.71 9.37 -
YUV 50.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 96 21 87 0 0.78 0.09 0.62 307.2 0.64 0.23
Hex 60 15 57 0 4E 9 3E 133 40 17
Octal 140 25 127 0 116 11 76 463 100 27
Binary 1100000 10101 1010111 0 1001110 1001 111110 100110011 1000000 10111

Color Harmonies of #601557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601557

Black with #601557

Text Example


Text Example

White with #601557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601557; }

 p { color: rgb(96,21,87); }

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

background-color css

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

 a { background-color: rgb(96,21,87); }

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

border-color css

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

 span { border-color: rgb(96,21,87); }

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