Html Css Color HEX #730049 Tyrian Purple

📋 copy color: '#730049'

red 115 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #730049

Tints of Tyrian Purple #730049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.17%
G = 0%
B = 38.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#730049 (or 0x730049) is known color: Tyrian Purple. HEX triplet: 73, 00 and 49. RGB value is (115,0,73). Sum of RGB (Red+Green+Blue) = 115+0+73=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #730049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730049 is #8CFFB6. Grayscale: #2A2A2A. Windows color (decimal): -9240503 or 4784243. OLE color: 4784243.

HSL color Cylindrical-coordinate representation of color #730049: hue angle of 321.91º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730049 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 73 -
CMYK 0 1 0.37 0.55
HSL 321.91º 1% 0.23% -
HSV(B) 321.91º 1% 0.45% -
XYZ 8.27 4.13 6.66 -
YUV 42.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 115 0 73 0 1 0.37 0.55 321.91 1 0.23
Hex 73 0 49 0 64 25 37 142 64 17
Octal 163 0 111 0 144 45 67 502 144 27
Binary 1110011 0 1001001 0 1100100 100101 110111 101000010 1100100 10111

Color Harmonies of #730049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730049

Black with #730049

Text Example


Text Example

White with #730049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730049; }

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

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

background-color css

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

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

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

border-color css

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

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

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