Html Css Color HEX #73074F Tyrian Purple

📋 copy color: '#73074F'

red 115 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #73074F

Tints of Tyrian Purple #73074F

RGB

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

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

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

R = 57.21%
G = 3.48%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73074F (or 0x73074F) is known color: Tyrian Purple. HEX triplet: 73, 07 and 4F. RGB value is (115,7,79). Sum of RGB (Red+Green+Blue) = 115+7+79=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73074F is #8CF8B0. Grayscale: #2F2F2F. Windows color (decimal): -9238705 or 5179251. OLE color: 5179251.

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

Color convert

RGB 115 7 79 -
CMYK 0 0.94 0.31 0.55
HSL 320º 0.89% 0.24% -
HSV(B) 320º 0.94% 0.45% -
XYZ 8.56 4.36 7.79 -
YUV 47.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 115 7 79 0 0.94 0.31 0.55 320 0.89 0.24
Hex 73 7 4F 0 5E 1F 37 140 59 18
Octal 163 7 117 0 136 37 67 500 131 30
Binary 1110011 111 1001111 0 1011110 11111 110111 101000000 1011001 11000

Color Harmonies of #73074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73074F

Black with #73074F

Text Example


Text Example

White with #73074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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