#720787

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

Shades of Purple #720787

Tints of Purple #720787

Color information

#720787 (or 0x720787) is unknown color: approx Purple. HEX triplet: 72, 07 and 87. RGB value is (114,7,135). Sum of RGB (Red+Green+Blue) = 114+7+135=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #720787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720787 is #8DF878. Grayscale: #353535. Windows color (decimal): -9304185 or 8849266. OLE color: 8849266.

HSL color Cylindrical-coordinate representation of color #720787: hue angle of 290.16º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720787 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1147135-
CMYK0.160.9500.47
HSL290.16º90.14%27.84%-
HSV(B)290.16º94.81%52.94%-
XYZ11.395.4823.38-
YUV53.58173.95171.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 7 (3.12% from 255) = 2.73%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=44.53%
G=2.73%
B=52.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11471350.160.9500.47290.1690.1427.84
Hex72787105F02F1225a1c
Octal16272072013705744213234
Binary1110010111100001111000010111110101111100100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720787; }

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

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

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

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

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

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

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

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