#60225F

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

Shades of Palatinate Purple #60225F

Tints of Palatinate Purple #60225F

Color information

#60225F (or 0x60225F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 22 and 5F. RGB value is (96,34,95). Sum of RGB (Red+Green+Blue) = 96+34+95=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60225F is #9FDDA0. Grayscale: #3B3B3B. Windows color (decimal): -10476961 or 6234720. OLE color: 6234720.

HSL color Cylindrical-coordinate representation of color #60225F: hue angle of 300.97º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60225F is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB963495-
CMYK00.650.010.62
HSL300.97º47.69%25.49%-
HSV(B)300.97º64.58%37.65%-
XYZ7.464.4611.29-
YUV59.49148.04154.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=42.67%
G=15.11%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96349500.650.010.62300.9747.6925.49
Hex60225F04113E12d3019
Octal1404213701011764556031
Binary1100000100010101111101000001111111010010110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60225F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,34,95); }

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

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

 a { background-color: rgb(96,34,95); }

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

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

 span { border-color: rgb(96,34,95); }

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