#720A84

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

Shades of Purple #720A84

Tints of Purple #720A84

Color information

#720A84 (or 0x720A84) is unknown color: approx Purple. HEX triplet: 72, 0A and 84. RGB value is (114,10,132). Sum of RGB (Red+Green+Blue) = 114+10+132=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #720A84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720A84 is #8DF57B. Grayscale: #363636. Windows color (decimal): -9303420 or 8653426. OLE color: 8653426.

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

Color convert

RGB11410132-
CMYK0.140.9200.48
HSL291.15º85.92%27.84%-
HSV(B)291.15º92.42%51.76%-
XYZ11.215.4622.29-
YUV55171.46170.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 10 (4.30% from 255) = 3.91%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=44.53%
G=3.91%
B=51.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114101320.140.9200.48291.1585.9227.84
Hex72A84E5C030123561c
Octal162122041613406044312634
Binary1110010101010000100111010111000110000100100011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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