Html Css Color HEX #730547 Tyrian Purple

📋 copy color: '#730547'

red 115 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #730547

Tints of Tyrian Purple #730547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 60.21%
G = 2.62%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#730547 (or 0x730547) is known color: Tyrian Purple. HEX triplet: 73, 05 and 47. RGB value is (115,5,71). Sum of RGB (Red+Green+Blue) = 115+5+71=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #730547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730547 is #8CFAB8. Grayscale: #2D2D2D. Windows color (decimal): -9239225 or 4654451. OLE color: 4654451.

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

Color convert

RGB 115 5 71 -
CMYK 0 0.96 0.38 0.55
HSL 324º 0.92% 0.24% -
HSV(B) 324º 0.96% 0.45% -
XYZ 8.26 4.21 6.34 -
YUV 45.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 115 5 71 0 0.96 0.38 0.55 324 0.92 0.24
Hex 73 5 47 0 60 26 37 144 5C 18
Octal 163 5 107 0 140 46 67 504 134 30
Binary 1110011 101 1000111 0 1100000 100110 110111 101000100 1011100 11000

Color Harmonies of #730547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730547

Black with #730547

Text Example


Text Example

White with #730547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730547; }

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

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

background-color css

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

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

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

border-color css

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

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

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