Html Css Color HEX #730747 Tyrian Purple

📋 copy color: '#730747'

red 115 ◦ green 7 ◦ blue 71

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

Shades of Tyrian Purple #730747

Tints of Tyrian Purple #730747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 59.59%
G = 3.63%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#730747 (or 0x730747) is known color: Tyrian Purple. HEX triplet: 73, 07 and 47. RGB value is (115,7,71). Sum of RGB (Red+Green+Blue) = 115+7+71=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #730747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730747 is #8CF8B8. Grayscale: #2E2E2E. Windows color (decimal): -9238713 or 4654963. OLE color: 4654963.

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

Color convert

RGB 115 7 71 -
CMYK 0 0.94 0.38 0.55
HSL 324.44º 0.89% 0.24% -
HSV(B) 324.44º 0.94% 0.45% -
XYZ 8.28 4.25 6.35 -
YUV 46.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 115 7 71 0 0.94 0.38 0.55 324.44 0.89 0.24
Hex 73 7 47 0 5E 26 37 144 59 18
Octal 163 7 107 0 136 46 67 504 131 30
Binary 1110011 111 1000111 0 1011110 100110 110111 101000100 1011001 11000

Color Harmonies of #730747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730747

Black with #730747

Text Example


Text Example

White with #730747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730747; }

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

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

background-color css

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

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

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

border-color css

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

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

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