#720260

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

Shades of Purple #720260

Tints of Purple #720260

Color information

#720260 (or 0x720260) is unknown color: approx Purple. HEX triplet: 72, 02 and 60. RGB value is (114,2,96). Sum of RGB (Red+Green+Blue) = 114+2+96=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #720260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720260 is #8DFD9F. Grayscale: #2D2D2D. Windows color (decimal): -9305504 or 6292082. OLE color: 6292082.

HSL color Cylindrical-coordinate representation of color #720260: hue angle of 309.64º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720260 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB114296-
CMYK00.980.160.55
HSL309.64º96.55%22.75%-
HSV(B)309.64º98.25%44.71%-
XYZ9.074.4711.45-
YUV46.2156.11176.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=53.77%
G=0.94%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11429600.980.160.55309.6496.5522.75
Hex7226006210371366117
Octal16221400142206746614127
Binary11100101011000000110001010000110111100110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720260; }

 p { color: rgb(114,2,96); }

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

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

 a { background-color: rgb(114,2,96); }

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

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

 span { border-color: rgb(114,2,96); }

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