#720758

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

Shades of Tyrian Purple #720758

Tints of Tyrian Purple #720758

Color information

#720758 (or 0x720758) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 58. RGB value is (114,7,88). Sum of RGB (Red+Green+Blue) = 114+7+88=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #720758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720758 is #8DF8A7. Grayscale: #303030. Windows color (decimal): -9304232 or 5769074. OLE color: 5769074.

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

Color convert

RGB114788-
CMYK00.940.230.55
HSL314.58º88.43%23.73%-
HSV(B)314.58º93.86%44.71%-
XYZ8.784.439.63-
YUV48.23150.45174.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=54.55%
G=3.35%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11478800.940.230.55314.5888.4323.73
Hex7275805E173713b5818
Octal16271300136276747313030
Binary111001011110110000101111010111110111100111011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720758; }

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

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

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

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

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

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

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

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