Html Css Color HEX #73044A Tyrian Purple

📋 copy color: '#73044A'

red 115 ◦ green 4 ◦ blue 74

#73044A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #73044A

Tints of Tyrian Purple #73044A

RGB

 RED value IS 115 (45.31% from 255) = 59.59%

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 59.59%
G = 2.07%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73044A (or 0x73044A) is known color: Tyrian Purple. HEX triplet: 73, 04 and 4A. RGB value is (115,4,74). Sum of RGB (Red+Green+Blue) = 115+4+74=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73044A is #8CFBB5. Grayscale: #2D2D2D. Windows color (decimal): -9239478 or 4850803. OLE color: 4850803.

HSL color Cylindrical-coordinate representation of color #73044A: hue angle of 322.16º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73044A is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 74 -
CMYK 0 0.97 0.36 0.55
HSL 322.16º 0.93% 0.23% -
HSV(B) 322.16º 0.97% 0.45% -
XYZ 8.35 4.23 6.85 -
YUV 45.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 115 4 74 0 0.97 0.36 0.55 322.16 0.93 0.23
Hex 73 4 4A 0 61 24 37 142 5D 17
Octal 163 4 112 0 141 44 67 502 135 27
Binary 1110011 100 1001010 0 1100001 100100 110111 101000010 1011101 10111

Color Harmonies of #73044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73044A

Black with #73044A

Text Example


Text Example

White with #73044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73044A;
 }
 .AnyTagClassName
 {
   color: #73044A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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