#720753

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

Shades of Tyrian Purple #720753

Tints of Tyrian Purple #720753

Color information

#720753 (or 0x720753) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 53. RGB value is (114,7,83). Sum of RGB (Red+Green+Blue) = 114+7+83=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #720753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720753 is #8DF8AC. Grayscale: #2F2F2F. Windows color (decimal): -9304237 or 5441394. OLE color: 5441394.

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

Color convert

RGB114783-
CMYK00.940.270.55
HSL317.38º88.43%23.73%-
HSV(B)317.38º93.86%44.71%-
XYZ8.584.358.57-
YUV47.66147.95175.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=55.88%
G=3.43%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11478300.940.270.55317.3888.4323.73
Hex7275305E1B3713d5818
Octal16271230136336747513030
Binary111001011110100110101111011011110111100111101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720753; }

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

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

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

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

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

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

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

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