#60036C

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

Shades of Purple #60036C

Tints of Purple #60036C

Color information

#60036C (or 0x60036C) is unknown color: approx Purple. HEX triplet: 60, 03 and 6C. RGB value is (96,3,108). Sum of RGB (Red+Green+Blue) = 96+3+108=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #60036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60036C is #9FFC93. Grayscale: #2A2A2A. Windows color (decimal): -10484884 or 7078752. OLE color: 7078752.

HSL color Cylindrical-coordinate representation of color #60036C: hue angle of 293.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60036C is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB963108-
CMYK0.110.9700.58
HSL293.14º94.59%21.76%-
HSV(B)293.14º97.22%42.35%-
XYZ7.563.6314.49-
YUV42.78164.81165.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=46.38%
G=1.45%
B=52.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9631080.110.9700.58293.1494.5921.76
Hex6036CB6103A1255f16
Octal14031541314107244513726
Binary1100000111101100101111000010111010100100101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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