#60155D

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

Shades of Palatinate Purple #60155D

Tints of Palatinate Purple #60155D

Color information

#60155D (or 0x60155D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 15 and 5D. RGB value is (96,21,93). Sum of RGB (Red+Green+Blue) = 96+21+93=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60155D is #9FEAA2. Grayscale: #333333. Windows color (decimal): -10480291 or 6100320. OLE color: 6100320.

HSL color Cylindrical-coordinate representation of color #60155D: hue angle of 302.4º 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 #60155D is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB962193-
CMYK00.780.030.62
HSL302.4º64.1%22.94%-
HSV(B)302.4º78.12%37.65%-
XYZ7.073.8110.72-
YUV51.63151.35159.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=45.71%
G=10%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96219300.780.030.62302.464.122.94
Hex60155D04E33E12e4017
Octal14025135011637645610027
Binary11000001010110111010100111011111110100101110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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