Html Css Color HEX #73074D Tyrian Purple

📋 copy color: '#73074D'

red 115 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #73074D

Tints of Tyrian Purple #73074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 57.79%
G = 3.52%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73074D (or 0x73074D) is known color: Tyrian Purple. HEX triplet: 73, 07 and 4D. RGB value is (115,7,77). Sum of RGB (Red+Green+Blue) = 115+7+77=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73074D is #8CF8B2. Grayscale: #2F2F2F. Windows color (decimal): -9238707 or 5048179. OLE color: 5048179.

HSL color Cylindrical-coordinate representation of color #73074D: hue angle of 321.11º 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 #73074D is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 77 -
CMYK 0 0.94 0.33 0.55
HSL 321.11º 0.89% 0.24% -
HSV(B) 321.11º 0.94% 0.45% -
XYZ 8.49 4.33 7.41 -
YUV 47.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 115 7 77 0 0.94 0.33 0.55 321.11 0.89 0.24
Hex 73 7 4D 0 5E 21 37 141 59 18
Octal 163 7 115 0 136 41 67 501 131 30
Binary 1110011 111 1001101 0 1011110 100001 110111 101000001 1011001 11000

Color Harmonies of #73074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73074D

Black with #73074D

Text Example


Text Example

White with #73074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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