#720680

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

Shades of Purple #720680

Tints of Purple #720680

Color information

#720680 (or 0x720680) is unknown color: approx Purple. HEX triplet: 72, 06 and 80. RGB value is (114,6,128). Sum of RGB (Red+Green+Blue) = 114+6+128=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #720680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720680 is #8DF97F. Grayscale: #333333. Windows color (decimal): -9304448 or 8390258. OLE color: 8390258.

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

Color convert

RGB1146128-
CMYK0.110.9500.50
HSL293.11º91.04%26.27%-
HSV(B)293.11º95.31%50.2%-
XYZ10.95.2720.86-
YUV52.2170.78172.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 6 (2.73% from 255) = 2.42%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=45.97%
G=2.42%
B=51.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11461280.110.9500.50293.1191.0426.27
Hex72680B5F0321255b1a
Octal16262001313706244513332
Binary111001011010000000101110111110110010100100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720680; }

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

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

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

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

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

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

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

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