#60125D

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

Shades of Palatinate Purple #60125D

Tints of Palatinate Purple #60125D

Color information

#60125D (or 0x60125D) is unknown color: approx Palatinate Purple. HEX triplet: 60, 12 and 5D. RGB value is (96,18,93). Sum of RGB (Red+Green+Blue) = 96+18+93=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60125D is #9FEDA2. Grayscale: #313131. Windows color (decimal): -10481059 or 6099552. OLE color: 6099552.

HSL color Cylindrical-coordinate representation of color #60125D: hue angle of 302.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60125D is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB961893-
CMYK00.810.030.62
HSL302.31º68.42%22.35%-
HSV(B)302.31º81.25%37.65%-
XYZ7.023.7110.7-
YUV49.87152.34160.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=46.38%
G=8.70%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96189300.810.030.62302.3168.4222.35
Hex60125D05133E12e4416
Octal14022135012137645610426
Binary11000001001010111010101000111111110100101110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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