#60035C

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

Shades of Palatinate Purple #60035C

Tints of Palatinate Purple #60035C

Color information

#60035C (or 0x60035C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 03 and 5C. RGB value is (96,3,92). Sum of RGB (Red+Green+Blue) = 96+3+92=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60035C is #9FFCA3. Grayscale: #282828. Windows color (decimal): -10484900 or 6030176. OLE color: 6030176.

HSL color Cylindrical-coordinate representation of color #60035C: hue angle of 302.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60035C is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB96392-
CMYK00.970.040.62
HSL302.58º93.94%19.41%-
HSV(B)302.58º96.88%37.65%-
XYZ6.793.3210.41-
YUV40.95156.81167.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=50.26%
G=1.57%
B=48.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9639200.970.040.62302.5893.9419.41
Hex6035C06143E12f5e13
Octal1403134014147645713623
Binary110000011101110001100001100111110100101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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