#60136A

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

Shades of Palatinate Purple #60136A

Tints of Palatinate Purple #60136A

Color information

#60136A (or 0x60136A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 6A. RGB value is (96,19,106). Sum of RGB (Red+Green+Blue) = 96+19+106=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #60136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60136A is #9FEC95. Grayscale: #333333. Windows color (decimal): -10480790 or 6951776. OLE color: 6951776.

HSL color Cylindrical-coordinate representation of color #60136A: hue angle of 293.1º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60136A is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9619106-
CMYK0.090.8200.58
HSL293.1º69.6%24.51%-
HSV(B)293.1º82.08%41.57%-
XYZ7.663.9914-
YUV51.94158.51159.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=43.44%
G=8.60%
B=47.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96191060.090.8200.58293.169.624.51
Hex60136A95203A1254619
Octal140231521112207244510631
Binary1100000100111101010100110100100111010100100101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60136A; }

 p { color: rgb(96,19,106); }

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

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

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

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

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

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

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