Html Css Color HEX #601556 Palatinate Purple

📋 copy color: '#601556'

red 96 ◦ green 21 ◦ blue 86

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

Shades of Palatinate Purple #601556

Tints of Palatinate Purple #601556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.36%

R = 47.29%
G = 10.34%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#601556 (or 0x601556) is known color: Palatinate Purple. HEX triplet: 60, 15 and 56. RGB value is (96,21,86). Sum of RGB (Red+Green+Blue) = 96+21+86=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #601556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601556 is #9FEAA9. Grayscale: #323232. Windows color (decimal): -10480298 or 5641568. OLE color: 5641568.

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

Color convert

RGB 96 21 86 -
CMYK 0 0.78 0.10 0.62
HSL 308º 0.64% 0.23% -
HSV(B) 308º 0.78% 0.38% -
XYZ 6.77 3.7 9.16 -
YUV 50.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 96 21 86 0 0.78 0.10 0.62 308 0.64 0.23
Hex 60 15 56 0 4E A 3E 134 40 17
Octal 140 25 126 0 116 12 76 464 100 27
Binary 1100000 10101 1010110 0 1001110 1010 111110 100110100 1000000 10111

Color Harmonies of #601556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601556

Black with #601556

Text Example


Text Example

White with #601556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601556; }

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

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

background-color css

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

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

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

border-color css

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

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

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