#60125C

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

Shades of Palatinate Purple #60125C

Tints of Palatinate Purple #60125C

Color information

#60125C (or 0x60125C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 12 and 5C. RGB value is (96,18,92). Sum of RGB (Red+Green+Blue) = 96+18+92=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60125C is #9FEDA3. Grayscale: #313131. Windows color (decimal): -10481060 or 6034016. OLE color: 6034016.

HSL color Cylindrical-coordinate representation of color #60125C: hue angle of 303.08º 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 #60125C is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB961892-
CMYK00.810.040.62
HSL303.08º68.42%22.35%-
HSV(B)303.08º81.25%37.65%-
XYZ6.973.6910.47-
YUV49.76151.84160.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=46.60%
G=8.74%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96189200.810.040.62303.0868.4222.35
Hex60125C05143E12f4416
Octal14022134012147645710426
Binary110000010010101110001010001100111110100101111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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