#720746

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

Shades of Tyrian Purple #720746

Tints of Tyrian Purple #720746

Color information

#720746 (or 0x720746) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 46. RGB value is (114,7,70). Sum of RGB (Red+Green+Blue) = 114+7+70=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #720746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720746 is #8DF8B9. Grayscale: #2E2E2E. Windows color (decimal): -9304250 or 4589426. OLE color: 4589426.

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

Color convert

RGB114770-
CMYK00.940.390.55
HSL324.67º88.43%23.73%-
HSV(B)324.67º93.86%44.71%-
XYZ8.124.176.17-
YUV46.18141.45176.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 7 (3.12% from 255) = 3.66%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=59.69%
G=3.66%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11477000.940.390.55324.6788.4323.73
Hex7274605E27371455818
Octal16271060136476750513030
Binary1110010111100011001011110100111110111101000101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720746; }

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

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

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

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

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

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

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

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