#60045F

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

Shades of Palatinate Purple #60045F

Tints of Palatinate Purple #60045F

Color information

#60045F (or 0x60045F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 04 and 5F. RGB value is (96,4,95). Sum of RGB (Red+Green+Blue) = 96+4+95=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60045F is #9FFBA0. Grayscale: #292929. Windows color (decimal): -10484641 or 6227040. OLE color: 6227040.

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

Color convert

RGB96495-
CMYK00.960.010.62
HSL300.65º92%19.61%-
HSV(B)300.65º95.83%37.65%-
XYZ6.933.411.12-
YUV41.88157.98166.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=49.23%
G=2.05%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9649500.960.010.62300.659219.61
Hex6045F06013E12d5c14
Octal1404137014017645513424
Binary11000001001011111011000001111110100101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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