#720984

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

Shades of Purple #720984

Tints of Purple #720984

Color information

#720984 (or 0x720984) is unknown color: approx Purple. HEX triplet: 72, 09 and 84. RGB value is (114,9,132). Sum of RGB (Red+Green+Blue) = 114+9+132=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #720984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720984 is #8DF67B. Grayscale: #363636. Windows color (decimal): -9303676 or 8653170. OLE color: 8653170.

HSL color Cylindrical-coordinate representation of color #720984: hue angle of 291.22º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720984 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1149132-
CMYK0.140.9300.48
HSL291.22º87.23%27.65%-
HSV(B)291.22º93.18%51.76%-
XYZ11.25.4422.29-
YUV54.42171.79170.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=44.71%
G=3.53%
B=51.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11491320.140.9300.48291.2287.2327.65
Hex72984E5D030123571c
Octal162112041613506044312734
Binary1110010100110000100111010111010110000100100011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720984; }

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

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

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

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

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

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

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

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