#60155A

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

Shades of Palatinate Purple #60155A

Tints of Palatinate Purple #60155A

Color information

#60155A (or 0x60155A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 15 and 5A. RGB value is (96,21,90). Sum of RGB (Red+Green+Blue) = 96+21+90=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60155A is #9FEAA5. Grayscale: #333333. Windows color (decimal): -10480294 or 5903712. OLE color: 5903712.

HSL color Cylindrical-coordinate representation of color #60155A: hue angle of 304.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60155A is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB962190-
CMYK00.780.060.62
HSL304.8º64.1%22.94%-
HSV(B)304.8º78.12%37.65%-
XYZ6.943.7610.03-
YUV51.29149.85159.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=46.38%
G=10.14%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96219000.780.060.62304.864.122.94
Hex60155A04E63E1314017
Octal14025132011667646110027
Binary110000010101101101001001110110111110100110001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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