#720180

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

Shades of Purple #720180

Tints of Purple #720180

Color information

#720180 (or 0x720180) is unknown color: approx Purple. HEX triplet: 72, 01 and 80. RGB value is (114,1,128). Sum of RGB (Red+Green+Blue) = 114+1+128=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #720180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720180 is #8DFE7F. Grayscale: #303030. Windows color (decimal): -9305728 or 8388978. OLE color: 8388978.

HSL color Cylindrical-coordinate representation of color #720180: hue angle of 293.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720180 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1141128-
CMYK0.110.9900.50
HSL293.39º98.45%25.29%-
HSV(B)293.39º99.22%50.2%-
XYZ10.855.1620.85-
YUV49.26172.44174.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=46.91%
G=0.41%
B=52.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11411280.110.9900.50293.3998.4525.29
Hex72180B630321256219
Octal16212001314306244514231
Binary1110010110000000101111000110110010100100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720180; }

 p { color: rgb(114,1,128); }

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

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

 a { background-color: rgb(114,1,128); }

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

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

 span { border-color: rgb(114,1,128); }

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