#720554

Color #720554 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #720554

Tints of Tyrian Purple #720554

Color information

#720554 (or 0x720554) is unknown color: approx 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

RGB114584-
CMYK00.960.260.55
HSL316.51º91.6%23.33%-
HSV(B)316.51º95.61%44.71%-
XYZ8.594.338.77-
YUV46.6149.11176.08-

RGB Variations

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

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.20% from 255) = 41.38%
R=56.16%
G=2.46%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11458400.960.260.55316.5191.623.33
Hex725540601A3713d5c17
Octal16251240140326747513427
Binary111001010110101000110000011010110111100111101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>