Html Css Color HEX #73074E Tyrian Purple

📋 copy color: '#73074E'

red 115 ◦ green 7 ◦ blue 78

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

Shades of Tyrian Purple #73074E

Tints of Tyrian Purple #73074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.5%

 BLUE value IS 78 (30.86% from 255) = 39%

R = 57.5%
G = 3.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#73074E (or 0x73074E) is known color: Tyrian Purple. HEX triplet: 73, 07 and 4E. RGB value is (115,7,78). Sum of RGB (Red+Green+Blue) = 115+7+78=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #73074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73074E is #8CF8B1. Grayscale: #2F2F2F. Windows color (decimal): -9238706 or 5113715. OLE color: 5113715.

HSL color Cylindrical-coordinate representation of color #73074E: hue angle of 320.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73074E is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 78 -
CMYK 0 0.94 0.32 0.55
HSL 320.56º 0.89% 0.24% -
HSV(B) 320.56º 0.94% 0.45% -
XYZ 8.52 4.35 7.6 -
YUV 47.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 115 7 78 0 0.94 0.32 0.55 320.56 0.89 0.24
Hex 73 7 4E 0 5E 20 37 141 59 18
Octal 163 7 116 0 136 40 67 501 131 30
Binary 1110011 111 1001110 0 1011110 100000 110111 101000001 1011001 11000

Color Harmonies of #73074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73074E

Black with #73074E

Text Example


Text Example

White with #73074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73074E; }

 p { color: rgb(115,7,78); }

 H1.HeaderClassName
 {
   color: #73074E;
 }
 .AnyTagClassName
 {
   color: #73074E;
 }
</style>

background-color css

<style>
 a { background-color: #73074E; }

 a { background-color: rgb(115,7,78); }

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

border-color css

<style>
 span { border-color: #73074E; }

 span { border-color: rgb(115,7,78); }

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