Html Css Color HEX #73093B Tyrian Purple

📋 copy color: '#73093B'

red 115 ◦ green 9 ◦ blue 59

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

Shades of Tyrian Purple #73093B

Tints of Tyrian Purple #73093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 62.84%
G = 4.92%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#73093B (or 0x73093B) is known color: Tyrian Purple. HEX triplet: 73, 09 and 3B. RGB value is (115,9,59). Sum of RGB (Red+Green+Blue) = 115+9+59=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73093B is #8CF6C4. Grayscale: #2E2E2E. Windows color (decimal): -9238213 or 3869043. OLE color: 3869043.

HSL color Cylindrical-coordinate representation of color #73093B: hue angle of 331.7º 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 #73093B is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 59 -
CMYK 0 0.92 0.49 0.55
HSL 331.7º 0.85% 0.24% -
HSV(B) 331.7º 0.92% 0.45% -
XYZ 7.96 4.16 4.52 -
YUV 46.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 115 9 59 0 0.92 0.49 0.55 331.7 0.85 0.24
Hex 73 9 3B 0 5C 31 37 14C 55 18
Octal 163 11 73 0 134 61 67 514 125 30
Binary 1110011 1001 111011 0 1011100 110001 110111 101001100 1010101 11000

Color Harmonies of #73093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73093B

Black with #73093B

Text Example


Text Example

White with #73093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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