Html Css Color HEX #73093A Tyrian Purple

📋 copy color: '#73093A'

red 115 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #73093A

Tints of Tyrian Purple #73093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 63.19%
G = 4.95%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73093A (or 0x73093A) is known color: Tyrian Purple. HEX triplet: 73, 09 and 3A. RGB value is (115,9,58). Sum of RGB (Red+Green+Blue) = 115+9+58=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73093A is #8CF6C5. Grayscale: #2E2E2E. Windows color (decimal): -9238214 or 3803507. OLE color: 3803507.

HSL color Cylindrical-coordinate representation of color #73093A: hue angle of 332.26º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73093A is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 58 -
CMYK 0 0.92 0.50 0.55
HSL 332.26º 0.85% 0.24% -
HSV(B) 332.26º 0.92% 0.45% -
XYZ 7.93 4.15 4.39 -
YUV 46.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 115 9 58 0 0.92 0.50 0.55 332.26 0.85 0.24
Hex 73 9 3A 0 5C 32 37 14C 55 18
Octal 163 11 72 0 134 62 67 514 125 30
Binary 1110011 1001 111010 0 1011100 110010 110111 101001100 1010101 11000

Color Harmonies of #73093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73093A

Black with #73093A

Text Example


Text Example

White with #73093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73093A; }

 p { color: rgb(115,9,58); }

 H1.HeaderClassName
 {
   color: #73093A;
 }
 .AnyTagClassName
 {
   color: #73093A;
 }
</style>

background-color css

<style>
 a { background-color: #73093A; }

 a { background-color: rgb(115,9,58); }

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

border-color css

<style>
 span { border-color: #73093A; }

 span { border-color: rgb(115,9,58); }

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