#60254F

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

Shades of Palatinate Purple #60254F

Tints of Palatinate Purple #60254F

Color information

#60254F (or 0x60254F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 25 and 4F. RGB value is (96,37,79). Sum of RGB (Red+Green+Blue) = 96+37+79=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60254F is #9FDAB0. Grayscale: #3B3B3B. Windows color (decimal): -10476209 or 5186912. OLE color: 5186912.

HSL color Cylindrical-coordinate representation of color #60254F: hue angle of 317.29º 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 #60254F is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB963779-
CMYK00.610.180.62
HSL317.29º44.36%26.08%-
HSV(B)317.29º61.46%37.65%-
XYZ6.94.377.88-
YUV59.43139.05154.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=45.28%
G=17.45%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96377900.610.180.62317.2944.3626.08
Hex60254F03D123E13d2c1a
Octal1404511707522764755432
Binary1100000100101100111101111011001011111010011110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60254F; }

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

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

<style>
 a { background-color: #60254F; }

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

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

<style>
 span { border-color: #60254F; }

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

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