Html Css Color HEX #601560 Palatinate Purple

📋 copy color: '#601560'

red 96 ◦ green 21 ◦ blue 96

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

Shades of Palatinate Purple #601560

Tints of Palatinate Purple #601560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 45.07%
G = 9.86%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601560 (or 0x601560) is known color: Palatinate Purple. HEX triplet: 60, 15 and 60. RGB value is (96,21,96). Sum of RGB (Red+Green+Blue) = 96+21+96=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #601560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601560 is #9FEA9F. Grayscale: #333333. Windows color (decimal): -10480288 or 6296928. OLE color: 6296928.

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

Color convert

RGB 96 21 96 -
CMYK 0 0.78 0 0.62
HSL 300º 0.64% 0.23% -
HSV(B) 300º 0.78% 0.38% -
XYZ 7.2 3.87 11.43 -
YUV 51.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 96 21 96 0 0.78 0 0.62 300 0.64 0.23
Hex 60 15 60 0 4E 0 3E 12C 40 17
Octal 140 25 140 0 116 0 76 454 100 27
Binary 1100000 10101 1100000 0 1001110 0 111110 100101100 1000000 10111

Color Harmonies of #601560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601560

Black with #601560

Text Example


Text Example

White with #601560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601560; }

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

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

background-color css

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

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

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

border-color css

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

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

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