Html Css Color HEX #720554 Tyrian Purple

📋 copy color: '#720554'

red 114 ◦ green 5 ◦ blue 84

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

Shades of Tyrian Purple #720554

Tints of Tyrian Purple #720554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 56.16%
G = 2.46%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#720554 (or 0x720554) is known color: Tyrian Purple. HEX triplet: 72, 05 and 54. RGB value is (114,5,84). Sum of RGB (Red+Green+Blue) = 114+5+84=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720554 is #8DFAAB. Grayscale: #2E2E2E. Windows color (decimal): -9304748 or 5506418. OLE color: 5506418.

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

Color convert

RGB 114 5 84 -
CMYK 0 0.96 0.26 0.55
HSL 316.51º 0.92% 0.23% -
HSV(B) 316.51º 0.96% 0.45% -
XYZ 8.59 4.33 8.77 -
YUV 46.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 114 5 84 0 0.96 0.26 0.55 316.51 0.92 0.23
Hex 72 5 54 0 60 1A 37 13D 5C 17
Octal 162 5 124 0 140 32 67 475 134 27
Binary 1110010 101 1010100 0 1100000 11010 110111 100111101 1011100 10111

Color Harmonies of #720554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720554

Black with #720554

Text Example


Text Example

White with #720554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720554; }

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

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

background-color css

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

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

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

border-color css

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

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

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