#720756

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

Shades of Tyrian Purple #720756

Tints of Tyrian Purple #720756

Color information

#720756 (or 0x720756) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 56. RGB value is (114,7,86). Sum of RGB (Red+Green+Blue) = 114+7+86=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720756 is #8DF8A9. Grayscale: #2F2F2F. Windows color (decimal): -9304234 or 5638002. OLE color: 5638002.

HSL color Cylindrical-coordinate representation of color #720756: hue angle of 315.7º degrees, saturation: 0.88, 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 #720756 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB114786-
CMYK00.940.250.55
HSL315.7º88.43%23.73%-
HSV(B)315.7º93.86%44.71%-
XYZ8.74.49.2-
YUV48149.45175.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=55.07%
G=3.38%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11478600.940.250.55315.788.4323.73
Hex7275605E193713c5818
Octal16271260136316747413030
Binary111001011110101100101111011001110111100111100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720756; }

 p { color: rgb(114,7,86); }

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

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

 a { background-color: rgb(114,7,86); }

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

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

 span { border-color: rgb(114,7,86); }

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