#60044C

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

Shades of Tyrian Purple #60044C

Tints of Tyrian Purple #60044C

Color information

#60044C (or 0x60044C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 4C. RGB value is (96,4,76). Sum of RGB (Red+Green+Blue) = 96+4+76=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60044C is #9FFBB3. Grayscale: #272727. Windows color (decimal): -10484660 or 4981856. OLE color: 4981856.

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

Color convert

RGB96476-
CMYK00.960.210.62
HSL313.04º92%19.61%-
HSV(B)313.04º95.83%37.65%-
XYZ6.173.17.11-
YUV39.72148.48168.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=54.55%
G=2.27%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9647600.960.210.62313.049219.61
Hex6044C060153E1395c14
Octal14041140140257647113424
Binary110000010010011000110000010101111110100111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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