#720781

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

Shades of Purple #720781

Tints of Purple #720781

Color information

#720781 (or 0x720781) is unknown color: approx Purple. HEX triplet: 72, 07 and 81. RGB value is (114,7,129). Sum of RGB (Red+Green+Blue) = 114+7+129=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #720781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720781 is #8DF87E. Grayscale: #343434. Windows color (decimal): -9304191 or 8456050. OLE color: 8456050.

HSL color Cylindrical-coordinate representation of color #720781: hue angle of 292.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720781 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1147129-
CMYK0.120.9500.49
HSL292.62º89.71%26.67%-
HSV(B)292.62º94.57%50.59%-
XYZ10.985.3121.22-
YUV52.9170.95171.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=45.6%
G=2.8%
B=51.6%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11471290.120.9500.49292.6289.7126.67
Hex72781C5F0311255a1b
Octal16272011413706144513233
Binary111001011110000001110010111110110001100100101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720781; }

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

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

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

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

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

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

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

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