#720061

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

Shades of Purple #720061

Tints of Purple #720061

Color information

#720061 (or 0x720061) is unknown color: approx Purple. HEX triplet: 72, 00 and 61. RGB value is (114,0,97). Sum of RGB (Red+Green+Blue) = 114+0+97=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #720061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720061 is #8DFF9E. Grayscale: #2C2C2C. Windows color (decimal): -9306015 or 6357106. OLE color: 6357106.

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

Color convert

RGB114097-
CMYK010.150.55
HSL308.95º100%22.35%-
HSV(B)308.95º100%44.71%-
XYZ9.14.4411.69-
YUV45.14157.27177.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=54.03%
G=0%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114097010.150.55308.9510022.35
Hex72061064F371356416
Octal16201410144176746514426
Binary111001001100001011001001111110111100110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720061; }

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

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

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

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

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

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

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

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