Html Css Color HEX #730949 Tyrian Purple

📋 copy color: '#730949'

red 115 ◦ green 9 ◦ blue 73

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

Shades of Tyrian Purple #730949

Tints of Tyrian Purple #730949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 58.38%
G = 4.57%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#730949 (or 0x730949) is known color: Tyrian Purple. HEX triplet: 73, 09 and 49. RGB value is (115,9,73). Sum of RGB (Red+Green+Blue) = 115+9+73=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #730949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730949 is #8CF6B6. Grayscale: #2F2F2F. Windows color (decimal): -9238199 or 4786547. OLE color: 4786547.

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

Color convert

RGB 115 9 73 -
CMYK 0 0.92 0.37 0.55
HSL 323.77º 0.85% 0.24% -
HSV(B) 323.77º 0.92% 0.45% -
XYZ 8.37 4.32 6.7 -
YUV 47.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 115 9 73 0 0.92 0.37 0.55 323.77 0.85 0.24
Hex 73 9 49 0 5C 25 37 144 55 18
Octal 163 11 111 0 134 45 67 504 125 30
Binary 1110011 1001 1001001 0 1011100 100101 110111 101000100 1010101 11000

Color Harmonies of #730949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730949

Black with #730949

Text Example


Text Example

White with #730949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730949; }

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

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

background-color css

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

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

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

border-color css

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

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

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