#73054D

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

Shades of Tyrian Purple #73054D

Tints of Tyrian Purple #73054D

Color information

#73054D (or 0x73054D) is unknown color: approx Tyrian Purple. HEX triplet: 73, 05 and 4D. RGB value is (115,5,77). Sum of RGB (Red+Green+Blue) = 115+5+77=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73054D is #8CFAB2. Grayscale: #2D2D2D. Windows color (decimal): -9239219 or 5047667. OLE color: 5047667.

HSL color Cylindrical-coordinate representation of color #73054D: hue angle of 320.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73054D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB115577-
CMYK00.960.330.55
HSL320.73º91.67%23.53%-
HSV(B)320.73º95.65%45.1%-
XYZ8.464.297.4-
YUV46.1145.44177.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=58.38%
G=2.54%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11557700.960.330.55320.7391.6723.53
Hex7354D06021371415c18
Octal16351150140416750113430
Binary1110011101100110101100000100001110111101000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,5,77); }

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

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

 a { background-color: rgb(115,5,77); }

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

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

 span { border-color: rgb(115,5,77); }

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