Html Css Color HEX #720547 Tyrian Purple

📋 copy color: '#720547'

red 114 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #720547

Tints of Tyrian Purple #720547

RGB

 RED value IS 114 (44.92% from 255) = 60%

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

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

R = 60%
G = 2.63%
B = 37.37%

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

#720547 (or 0x720547) is known color: Tyrian Purple. HEX triplet: 72, 05 and 47. RGB value is (114,5,71). Sum of RGB (Red+Green+Blue) = 114+5+71=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #720547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720547 is #8DFAB8. Grayscale: #2C2C2C. Windows color (decimal): -9304761 or 4654450. OLE color: 4654450.

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

Color convert

RGB 114 5 71 -
CMYK 0 0.96 0.38 0.55
HSL 323.67º 0.92% 0.23% -
HSV(B) 323.67º 0.96% 0.45% -
XYZ 8.13 4.14 6.33 -
YUV 45.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 114 5 71 0 0.96 0.38 0.55 323.67 0.92 0.23
Hex 72 5 47 0 60 26 37 144 5C 17
Octal 162 5 107 0 140 46 67 504 134 27
Binary 1110010 101 1000111 0 1100000 100110 110111 101000100 1011100 10111

Color Harmonies of #720547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720547

Black with #720547

Text Example


Text Example

White with #720547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720547; }

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

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

background-color css

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

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

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

border-color css

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

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

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