#720254

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

Shades of Tyrian Purple #720254

Tints of Tyrian Purple #720254

Color information

#720254 (or 0x720254) is unknown color: approx Tyrian Purple. HEX triplet: 72, 02 and 54. RGB value is (114,2,84). Sum of RGB (Red+Green+Blue) = 114+2+84=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #720254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720254 is #8DFDAB. Grayscale: #2C2C2C. Windows color (decimal): -9305516 or 5505650. OLE color: 5505650.

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

Color convert

RGB114284-
CMYK00.980.260.55
HSL316.07º96.55%22.75%-
HSV(B)316.07º98.25%44.71%-
XYZ8.564.268.76-
YUV44.84150.11177.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 84 (33.20% from 255) = 42%
R=57%
G=1%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11428400.980.260.55316.0796.5522.75
Hex722540621A3713c6117
Octal16221240142326747414127
Binary11100101010101000110001011010110111100111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720254; }

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

 H1.HeaderClassName
 {
   color: #720254;
 }
 .AnyTagClassName
 {
   color: #720254;
 }
</style>
background-color css

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

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

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

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

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

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