#720982

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

Shades of Purple #720982

Tints of Purple #720982

Color information

#720982 (or 0x720982) is unknown color: approx Purple. HEX triplet: 72, 09 and 82. RGB value is (114,9,130). Sum of RGB (Red+Green+Blue) = 114+9+130=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #720982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720982 is #8DF67D. Grayscale: #353535. Windows color (decimal): -9303678 or 8522098. OLE color: 8522098.

HSL color Cylindrical-coordinate representation of color #720982: hue angle of 292.07º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720982 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1149130-
CMYK0.120.9300.49
HSL292.07º87.05%27.25%-
HSV(B)292.07º93.08%50.98%-
XYZ11.075.3821.58-
YUV54.19170.79170.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=45.06%
G=3.56%
B=51.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11491300.120.9300.49292.0787.0527.25
Hex72982C5D031124571b
Octal162112021413506144412733
Binary1110010100110000010110010111010110001100100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720982; }

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

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

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

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

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

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

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

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