Html Css Color HEX #73044F Tyrian Purple

📋 copy color: '#73044F'

red 115 ◦ green 4 ◦ blue 79

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

Shades of Tyrian Purple #73044F

Tints of Tyrian Purple #73044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.9%

R = 58.08%
G = 2.02%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73044F (or 0x73044F) is known color: Tyrian Purple. HEX triplet: 73, 04 and 4F. RGB value is (115,4,79). Sum of RGB (Red+Green+Blue) = 115+4+79=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73044F is #8CFBB0. Grayscale: #2D2D2D. Windows color (decimal): -9239473 or 5178483. OLE color: 5178483.

HSL color Cylindrical-coordinate representation of color #73044F: hue angle of 319.46º 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 #73044F is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 79 -
CMYK 0 0.97 0.31 0.55
HSL 319.46º 0.93% 0.23% -
HSV(B) 319.46º 0.97% 0.45% -
XYZ 8.52 4.3 7.78 -
YUV 45.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 115 4 79 0 0.97 0.31 0.55 319.46 0.93 0.23
Hex 73 4 4F 0 61 1F 37 13F 5D 17
Octal 163 4 117 0 141 37 67 477 135 27
Binary 1110011 100 1001111 0 1100001 11111 110111 100111111 1011101 10111

Color Harmonies of #73044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73044F

Black with #73044F

Text Example


Text Example

White with #73044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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