#720B82

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

Shades of Purple #720B82

Tints of Purple #720B82

Color information

#720B82 (or 0x720B82) is unknown color: approx Purple. HEX triplet: 72, 0B and 82. RGB value is (114,11,130). Sum of RGB (Red+Green+Blue) = 114+11+130=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #720B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720B82 is #8DF47D. Grayscale: #363636. Windows color (decimal): -9303166 or 8522610. OLE color: 8522610.

HSL color Cylindrical-coordinate representation of color #720B82: hue angle of 291.93º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720B82 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11411130-
CMYK0.120.9200.49
HSL291.93º84.4%27.65%-
HSV(B)291.93º91.54%50.98%-
XYZ11.095.4321.58-
YUV55.36170.12169.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=44.71%
G=4.31%
B=50.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114111300.120.9200.49291.9384.427.65
Hex72B82C5C031124541c
Octal162132021413406144412434
Binary1110010101110000010110010111000110001100100100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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