#60115A

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

Shades of Palatinate Purple #60115A

Tints of Palatinate Purple #60115A

Color information

#60115A (or 0x60115A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 11 and 5A. RGB value is (96,17,90). Sum of RGB (Red+Green+Blue) = 96+17+90=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #60115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60115A is #9FEEA5. Grayscale: #303030. Windows color (decimal): -10481318 or 5902688. OLE color: 5902688.

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

Color convert

RGB961790-
CMYK00.820.060.62
HSL304.56º69.91%22.16%-
HSV(B)304.56º82.29%37.65%-
XYZ6.873.6310.01-
YUV48.94151.17161.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=47.29%
G=8.37%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96179000.820.060.62304.5669.9122.16
Hex60115A05263E1314616
Octal14021132012267646110626
Binary110000010001101101001010010110111110100110001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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