#60044D

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

Shades of Tyrian Purple #60044D

Tints of Tyrian Purple #60044D

Color information

#60044D (or 0x60044D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 4D. RGB value is (96,4,77). Sum of RGB (Red+Green+Blue) = 96+4+77=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60044D is #9FFBB2. Grayscale: #272727. Windows color (decimal): -10484659 or 5047392. OLE color: 5047392.

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

Color convert

RGB96477-
CMYK00.960.200.62
HSL312.39º92%19.61%-
HSV(B)312.39º95.83%37.65%-
XYZ6.213.117.29-
YUV39.83148.98168.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=54.24%
G=2.26%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9647700.960.200.62312.399219.61
Hex6044D060143E1385c14
Octal14041150140247647013424
Binary110000010010011010110000010100111110100111000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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