#60004D

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

Shades of Tyrian Purple #60004D

Tints of Tyrian Purple #60004D

Color information

#60004D (or 0x60004D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 00 and 4D. RGB value is (96,0,77). Sum of RGB (Red+Green+Blue) = 96+0+77=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60004D is #9FFFB2. Grayscale: #252525. Windows color (decimal): -10485683 or 5046368. OLE color: 5046368.

HSL color Cylindrical-coordinate representation of color #60004D: hue angle of 311.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60004D is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB96077-
CMYK010.200.62
HSL311.88º100%18.82%-
HSV(B)311.88º100%37.65%-
XYZ6.163.027.28-
YUV37.48150.3169.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=55.49%
G=0%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96077010.200.62311.8810018.82
Hex6004D064143E1386413
Octal14001150144247647014423
Binary1100000010011010110010010100111110100111000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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