#60044A

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

Shades of Tyrian Purple #60044A

Tints of Tyrian Purple #60044A

Color information

#60044A (or 0x60044A) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 4A. RGB value is (96,4,74). Sum of RGB (Red+Green+Blue) = 96+4+74=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60044A is #9FFBB5. Grayscale: #272727. Windows color (decimal): -10484662 or 4850784. OLE color: 4850784.

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

Color convert

RGB96474-
CMYK00.960.230.62
HSL314.35º92%19.61%-
HSV(B)314.35º95.83%37.65%-
XYZ6.13.076.75-
YUV39.49147.48168.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=55.17%
G=2.30%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9647400.960.230.62314.359219.61
Hex6044A060173E13a5c14
Octal14041120140277647213424
Binary110000010010010100110000010111111110100111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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