#720B96

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

Shades of Purple #720B96

Tints of Purple #720B96

Color information

#720B96 (or 0x720B96) is unknown color: approx Purple. HEX triplet: 72, 0B and 96. RGB value is (114,11,150). Sum of RGB (Red+Green+Blue) = 114+11+150=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #720B96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720B96 is #8DF469. Grayscale: #393939. Windows color (decimal): -9303146 or 9833330. OLE color: 9833330.

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

Color convert

RGB11411150-
CMYK0.240.9300.41
HSL284.46º86.34%31.57%-
HSV(B)284.46º92.67%58.82%-
XYZ12.566.0229.35-
YUV57.64180.12168.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=41.45%
G=4%
B=54.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114111500.240.9300.41284.4686.3431.57
Hex72B96185D02911c5620
Octal162132263013505143412640
Binary111001010111001011011000101110101010011000111001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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