#720788

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

Shades of Purple #720788

Tints of Purple #720788

Color information

#720788 (or 0x720788) is unknown color: approx Purple. HEX triplet: 72, 07 and 88. RGB value is (114,7,136). Sum of RGB (Red+Green+Blue) = 114+7+136=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #720788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720788 is #8DF877. Grayscale: #353535. Windows color (decimal): -9304184 or 8914802. OLE color: 8914802.

HSL color Cylindrical-coordinate representation of color #720788: hue angle of 289.77º 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 #720788 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1147136-
CMYK0.160.9500.47
HSL289.77º90.21%28.04%-
HSV(B)289.77º94.85%53.33%-
XYZ11.465.5123.75-
YUV53.7174.45171.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=44.36%
G=2.72%
B=52.92%

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
Decimal11471360.160.9500.47289.7790.2128.04
Hex72788105F02F1225a1c
Octal16272102013705744213234
Binary1110010111100010001000010111110101111100100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720788; }

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

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

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

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

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

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

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

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