#720461

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

Shades of Purple #720461

Tints of Purple #720461

Color information

#720461 (or 0x720461) is unknown color: approx Purple. HEX triplet: 72, 04 and 61. RGB value is (114,4,97). Sum of RGB (Red+Green+Blue) = 114+4+97=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #720461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720461 is #8DFB9E. Grayscale: #2F2F2F. Windows color (decimal): -9304991 or 6358130. OLE color: 6358130.

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

Color convert

RGB114497-
CMYK00.960.150.55
HSL309.27º93.22%23.14%-
HSV(B)309.27º96.49%44.71%-
XYZ9.144.5311.7-
YUV47.49155.94175.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=53.02%
G=1.86%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11449700.960.150.55309.2793.2223.14
Hex72461060F371355d17
Octal16241410140176746513527
Binary11100101001100001011000001111110111100110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720461; }

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

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

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

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

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

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

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

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