Html Css Color HEX #601160 Palatinate Purple

📋 copy color: '#601160'

red 96 ◦ green 17 ◦ blue 96

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

Shades of Palatinate Purple #601160

Tints of Palatinate Purple #601160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

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

R = 45.93%
G = 8.13%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601160 (or 0x601160) is known color: Palatinate Purple. HEX triplet: 60, 11 and 60. RGB value is (96,17,96). Sum of RGB (Red+Green+Blue) = 96+17+96=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #601160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601160 is #9FEE9F. Grayscale: #313131. Windows color (decimal): -10481312 or 6295904. OLE color: 6295904.

HSL color Cylindrical-coordinate representation of color #601160: hue angle of 300º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601160 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 96 -
CMYK 0 0.82 0 0.62
HSL 300º 0.7% 0.22% -
HSV(B) 300º 0.82% 0.38% -
XYZ 7.14 3.73 11.41 -
YUV 49.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 96 17 96 0 0.82 0 0.62 300 0.7 0.22
Hex 60 11 60 0 52 0 3E 12C 46 16
Octal 140 21 140 0 122 0 76 454 106 26
Binary 1100000 10001 1100000 0 1010010 0 111110 100101100 1000110 10110

Color Harmonies of #601160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601160

Black with #601160

Text Example


Text Example

White with #601160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601160; }

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

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

background-color css

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

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

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

border-color css

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

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

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