#720261

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

Shades of Purple #720261

Tints of Purple #720261

Color information

#720261 (or 0x720261) is unknown color: approx Purple. HEX triplet: 72, 02 and 61. RGB value is (114,2,97). Sum of RGB (Red+Green+Blue) = 114+2+97=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #720261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720261 is #8DFD9E. Grayscale: #2E2E2E. Windows color (decimal): -9305503 or 6357618. OLE color: 6357618.

HSL color Cylindrical-coordinate representation of color #720261: hue angle of 309.11º 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 #720261 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB114297-
CMYK00.980.150.55
HSL309.11º96.55%22.75%-
HSV(B)309.11º98.25%44.71%-
XYZ9.124.4811.69-
YUV46.32156.61176.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=53.52%
G=0.94%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11429700.980.150.55309.1196.5522.75
Hex72261062F371356117
Octal16221410142176746514127
Binary1110010101100001011000101111110111100110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720261; }

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

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

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

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

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

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

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

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