#601169

Color #601169 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #601169

Tints of Palatinate Purple #601169

Color information

#601169 (or 0x601169) is unknown color: approx Palatinate Purple. HEX triplet: 60, 11 and 69. RGB value is (96,17,105). Sum of RGB (Red+Green+Blue) = 96+17+105=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #601169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601169 is #9FEE96. Grayscale: #323232. Windows color (decimal): -10481303 or 6885728. OLE color: 6885728.

HSL color Cylindrical-coordinate representation of color #601169: hue angle of 293.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601169 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9617105-
CMYK0.090.8400.59
HSL293.86º72.13%23.92%-
HSV(B)293.86º83.81%41.18%-
XYZ7.573.9113.72-
YUV50.65158.67160.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=44.04%
G=7.80%
B=48.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96171050.090.8400.59293.8672.1323.92
Hex60116995403B1264818
Octal140211511112407344611030
Binary1100000100011101001100110101000111011100100110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601169; }

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

 H1.HeaderClassName
 {
   color: #601169;
 }
 .AnyTagClassName
 {
   color: #601169;
 }
</style>
background-color css

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

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

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

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

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

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