Html Css Color HEX #73034C Tyrian Purple

📋 copy color: '#73034C'

red 115 ◦ green 3 ◦ blue 76

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

Shades of Tyrian Purple #73034C

Tints of Tyrian Purple #73034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 59.28%
G = 1.55%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#73034C (or 0x73034C) is known color: Tyrian Purple. HEX triplet: 73, 03 and 4C. RGB value is (115,3,76). Sum of RGB (Red+Green+Blue) = 115+3+76=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73034C is #8CFCB3. Grayscale: #2C2C2C. Windows color (decimal): -9239732 or 4981619. OLE color: 4981619.

HSL color Cylindrical-coordinate representation of color #73034C: hue angle of 320.89º degrees, saturation: 0.95, 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 #73034C is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 76 -
CMYK 0 0.97 0.34 0.55
HSL 320.89º 0.95% 0.23% -
HSV(B) 320.89º 0.97% 0.45% -
XYZ 8.41 4.23 7.21 -
YUV 44.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 115 3 76 0 0.97 0.34 0.55 320.89 0.95 0.23
Hex 73 3 4C 0 61 22 37 141 5F 17
Octal 163 3 114 0 141 42 67 501 137 27
Binary 1110011 11 1001100 0 1100001 100010 110111 101000001 1011111 10111

Color Harmonies of #73034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73034C

Black with #73034C

Text Example


Text Example

White with #73034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73034C; }

 p { color: rgb(115,3,76); }

 H1.HeaderClassName
 {
   color: #73034C;
 }
 .AnyTagClassName
 {
   color: #73034C;
 }
</style>

background-color css

<style>
 a { background-color: #73034C; }

 a { background-color: rgb(115,3,76); }

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

border-color css

<style>
 span { border-color: #73034C; }

 span { border-color: rgb(115,3,76); }

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