Html Css Color HEX #73064E Tyrian Purple

📋 copy color: '#73064E'

red 115 ◦ green 6 ◦ blue 78

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

Shades of Tyrian Purple #73064E

Tints of Tyrian Purple #73064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 57.79%
G = 3.02%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#73064E (or 0x73064E) is known color: Tyrian Purple. HEX triplet: 73, 06 and 4E. RGB value is (115,6,78). Sum of RGB (Red+Green+Blue) = 115+6+78=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73064E is #8CF9B1. Grayscale: #2E2E2E. Windows color (decimal): -9238962 or 5113459. OLE color: 5113459.

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

Color convert

RGB 115 6 78 -
CMYK 0 0.95 0.32 0.55
HSL 320.37º 0.9% 0.24% -
HSV(B) 320.37º 0.95% 0.45% -
XYZ 8.51 4.33 7.59 -
YUV 46.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 115 6 78 0 0.95 0.32 0.55 320.37 0.9 0.24
Hex 73 6 4E 0 5F 20 37 140 5A 18
Octal 163 6 116 0 137 40 67 500 132 30
Binary 1110011 110 1001110 0 1011111 100000 110111 101000000 1011010 11000

Color Harmonies of #73064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73064E

Black with #73064E

Text Example


Text Example

White with #73064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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