Html Css Color HEX #73093F Tyrian Purple

📋 copy color: '#73093F'

red 115 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #73093F

Tints of Tyrian Purple #73093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 61.5%
G = 4.81%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73093F (or 0x73093F) is known color: Tyrian Purple. HEX triplet: 73, 09 and 3F. RGB value is (115,9,63). Sum of RGB (Red+Green+Blue) = 115+9+63=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #73093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73093F is #8CF6C0. Grayscale: #2E2E2E. Windows color (decimal): -9238209 or 4131187. OLE color: 4131187.

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

Color convert

RGB 115 9 63 -
CMYK 0 0.92 0.45 0.55
HSL 329.43º 0.85% 0.24% -
HSV(B) 329.43º 0.92% 0.45% -
XYZ 8.07 4.2 5.09 -
YUV 46.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 115 9 63 0 0.92 0.45 0.55 329.43 0.85 0.24
Hex 73 9 3F 0 5C 2D 37 149 55 18
Octal 163 11 77 0 134 55 67 511 125 30
Binary 1110011 1001 111111 0 1011100 101101 110111 101001001 1010101 11000

Color Harmonies of #73093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73093F

Black with #73093F

Text Example


Text Example

White with #73093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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