#60255E

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

Shades of Palatinate Purple #60255E

Tints of Palatinate Purple #60255E

Color information

#60255E (or 0x60255E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 5E. RGB value is (96,37,94). Sum of RGB (Red+Green+Blue) = 96+37+94=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60255E is #9FDAA1. Grayscale: #3C3C3C. Windows color (decimal): -10476194 or 6169952. OLE color: 6169952.

HSL color Cylindrical-coordinate representation of color #60255E: hue angle of 302.03º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60255E is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB963794-
CMYK00.610.020.62
HSL302.03º44.36%26.08%-
HSV(B)302.03º61.46%37.65%-
XYZ7.514.6211.09-
YUV61.14146.55152.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=42.29%
G=16.30%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96379400.610.020.62302.0344.3626.08
Hex60255E03D23E12e2c1a
Octal140451360752764565432
Binary1100000100101101111001111011011111010010111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60255E; }

 p { color: rgb(96,37,94); }

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

<style>
 a { background-color: #60255E; }

 a { background-color: rgb(96,37,94); }

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

<style>
 span { border-color: #60255E; }

 span { border-color: rgb(96,37,94); }

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