Html Css Color HEX #601555 Palatinate Purple

📋 copy color: '#601555'

red 96 ◦ green 21 ◦ blue 85

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

Shades of Palatinate Purple #601555

Tints of Palatinate Purple #601555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 47.52%
G = 10.4%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#601555 (or 0x601555) is known color: Palatinate Purple. HEX triplet: 60, 15 and 55. RGB value is (96,21,85). Sum of RGB (Red+Green+Blue) = 96+21+85=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601555 is #9FEAAA. Grayscale: #323232. Windows color (decimal): -10480299 or 5576032. OLE color: 5576032.

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

Color convert

RGB 96 21 85 -
CMYK 0 0.78 0.11 0.62
HSL 308.8º 0.64% 0.23% -
HSV(B) 308.8º 0.78% 0.38% -
XYZ 6.73 3.68 8.95 -
YUV 50.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 96 21 85 0 0.78 0.11 0.62 308.8 0.64 0.23
Hex 60 15 55 0 4E B 3E 135 40 17
Octal 140 25 125 0 116 13 76 465 100 27
Binary 1100000 10101 1010101 0 1001110 1011 111110 100110101 1000000 10111

Color Harmonies of #601555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601555

Black with #601555

Text Example


Text Example

White with #601555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601555; }

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

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

background-color css

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

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

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

border-color css

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

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

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