Html Css Color HEX #730549 Tyrian Purple

📋 copy color: '#730549'

red 115 ◦ green 5 ◦ blue 73

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

Shades of Tyrian Purple #730549

Tints of Tyrian Purple #730549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 59.59%
G = 2.59%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#730549 (or 0x730549) is known color: Tyrian Purple. HEX triplet: 73, 05 and 49. RGB value is (115,5,73). Sum of RGB (Red+Green+Blue) = 115+5+73=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #730549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730549 is #8CFAB6. Grayscale: #2D2D2D. Windows color (decimal): -9239223 or 4785523. OLE color: 4785523.

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

Color convert

RGB 115 5 73 -
CMYK 0 0.96 0.37 0.55
HSL 322.91º 0.92% 0.24% -
HSV(B) 322.91º 0.96% 0.45% -
XYZ 8.33 4.23 6.68 -
YUV 45.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 115 5 73 0 0.96 0.37 0.55 322.91 0.92 0.24
Hex 73 5 49 0 60 25 37 143 5C 18
Octal 163 5 111 0 140 45 67 503 134 30
Binary 1110011 101 1001001 0 1100000 100101 110111 101000011 1011100 11000

Color Harmonies of #730549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730549

Black with #730549

Text Example


Text Example

White with #730549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730549; }

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

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

background-color css

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

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

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

border-color css

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

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

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