#720752

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

Shades of Tyrian Purple #720752

Tints of Tyrian Purple #720752

Color information

#720752 (or 0x720752) is unknown color: approx Tyrian Purple. HEX triplet: 72, 07 and 52. RGB value is (114,7,82). Sum of RGB (Red+Green+Blue) = 114+7+82=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720752 is #8DF8AD. Grayscale: #2F2F2F. Windows color (decimal): -9304238 or 5375858. OLE color: 5375858.

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

Color convert

RGB114782-
CMYK00.940.280.55
HSL317.94º88.43%23.73%-
HSV(B)317.94º93.86%44.71%-
XYZ8.544.348.37-
YUV47.54147.45175.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 7 (3.12% from 255) = 3.45%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=56.16%
G=3.45%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11478200.940.280.55317.9488.4323.73
Hex7275205E1C3713e5818
Octal16271220136346747613030
Binary111001011110100100101111011100110111100111110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720752; }

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

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

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

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

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

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

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

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