#60106C

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

Shades of Palatinate Purple #60106C

Tints of Palatinate Purple #60106C

Color information

#60106C (or 0x60106C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 10 and 6C. RGB value is (96,16,108). Sum of RGB (Red+Green+Blue) = 96+16+108=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #60106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60106C is #9FEF93. Grayscale: #323232. Windows color (decimal): -10481556 or 7082080. OLE color: 7082080.

HSL color Cylindrical-coordinate representation of color #60106C: hue angle of 292.17º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60106C is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9616108-
CMYK0.110.8500.58
HSL292.17º74.19%24.31%-
HSV(B)292.17º85.19%42.35%-
XYZ7.723.9414.54-
YUV50.41160.5160.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=43.64%
G=7.27%
B=49.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96161080.110.8500.58292.1774.1924.31
Hex60106CB5503A1244a18
Octal140201541312507244411230
Binary1100000100001101100101110101010111010100100100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60106C; }

 p { color: rgb(96,16,108); }

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

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

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

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

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

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

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