#720F96

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

Shades of Purple #720F96

Tints of Purple #720F96

Color information

#720F96 (or 0x720F96) is unknown color: approx Purple. HEX triplet: 72, 0F and 96. RGB value is (114,15,150). Sum of RGB (Red+Green+Blue) = 114+15+150=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #720F96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720F96 is #8DF069. Grayscale: #3B3B3B. Windows color (decimal): -9302122 or 9834354. OLE color: 9834354.

HSL color Cylindrical-coordinate representation of color #720F96: hue angle of 284º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720F96 is Cyan = 0.24, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11415150-
CMYK0.240.900.41
HSL284º81.82%32.35%-
HSV(B)284º90%58.82%-
XYZ12.626.1229.37-
YUV59.99178.8166.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=40.86%
G=5.38%
B=53.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114151500.240.900.4128481.8232.35
Hex72F96185A02911c5220
Octal162172263013205143412240
Binary111001011111001011011000101101001010011000111001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,15,150); }

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

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

 a { background-color: rgb(114,15,150); }

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

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

 span { border-color: rgb(114,15,150); }

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