#720D7A

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

Shades of Purple #720D7A

Tints of Purple #720D7A

Color information

#720D7A (or 0x720D7A) is unknown color: approx Purple. HEX triplet: 72, 0D and 7A. RGB value is (114,13,122). Sum of RGB (Red+Green+Blue) = 114+13+122=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #720D7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D7A is #8DF285. Grayscale: #373737. Windows color (decimal): -9302662 or 7998834. OLE color: 7998834.

HSL color Cylindrical-coordinate representation of color #720D7A: hue angle of 295.6º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D7A is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11413122-
CMYK0.070.8900.52
HSL295.6º80.74%26.47%-
HSV(B)295.6º89.34%47.84%-
XYZ10.65.2718.87-
YUV55.62165.46169.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=45.78%
G=5.22%
B=49.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114131220.070.8900.52295.680.7426.47
Hex72D7A759034128511a
Octal16215172713106445012132
Binary11100101101111101011110110010110100100101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720D7A; }

 p { color: rgb(114,13,122); }

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

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

 a { background-color: rgb(114,13,122); }

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

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

 span { border-color: rgb(114,13,122); }

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