#60045C

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

Shades of Palatinate Purple #60045C

Tints of Palatinate Purple #60045C

Color information

#60045C (or 0x60045C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 04 and 5C. RGB value is (96,4,92). Sum of RGB (Red+Green+Blue) = 96+4+92=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60045C is #9FFBA3. Grayscale: #292929. Windows color (decimal): -10484644 or 6030432. OLE color: 6030432.

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

Color convert

RGB96492-
CMYK00.960.040.62
HSL302.61º92%19.61%-
HSV(B)302.61º95.83%37.65%-
XYZ6.83.3510.41-
YUV41.54156.48166.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=50%
G=2.08%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9649200.960.040.62302.619219.61
Hex6045C06043E12f5c14
Octal1404134014047645713424
Binary1100000100101110001100000100111110100101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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