Html Css Color HEX #73043D Tyrian Purple

📋 copy color: '#73043D'

red 115 ◦ green 4 ◦ blue 61

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

Shades of Tyrian Purple #73043D

Tints of Tyrian Purple #73043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 63.89%
G = 2.22%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73043D (or 0x73043D) is known color: Tyrian Purple. HEX triplet: 73, 04 and 3D. RGB value is (115,4,61). Sum of RGB (Red+Green+Blue) = 115+4+61=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73043D is #8CFBC2. Grayscale: #2B2B2B. Windows color (decimal): -9239491 or 3998835. OLE color: 3998835.

HSL color Cylindrical-coordinate representation of color #73043D: hue angle of 329.19º degrees, saturation: 0.93, 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 #73043D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 61 -
CMYK 0 0.97 0.47 0.55
HSL 329.19º 0.93% 0.23% -
HSV(B) 329.19º 0.97% 0.45% -
XYZ 7.96 4.07 4.78 -
YUV 43.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 115 4 61 0 0.97 0.47 0.55 329.19 0.93 0.23
Hex 73 4 3D 0 61 2F 37 149 5D 17
Octal 163 4 75 0 141 57 67 511 135 27
Binary 1110011 100 111101 0 1100001 101111 110111 101001001 1011101 10111

Color Harmonies of #73043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73043D

Black with #73043D

Text Example


Text Example

White with #73043D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,4,61); }

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

background-color css

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

 a { background-color: rgb(115,4,61); }

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

border-color css

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

 span { border-color: rgb(115,4,61); }

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