#720361

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

Shades of Purple #720361

Tints of Purple #720361

Color information

#720361 (or 0x720361) is unknown color: approx Purple. HEX triplet: 72, 03 and 61. RGB value is (114,3,97). Sum of RGB (Red+Green+Blue) = 114+3+97=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #720361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720361 is #8DFC9E. Grayscale: #2E2E2E. Windows color (decimal): -9305247 or 6357874. OLE color: 6357874.

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

Color convert

RGB114397-
CMYK00.970.150.55
HSL309.19º94.87%22.94%-
HSV(B)309.19º97.37%44.71%-
XYZ9.134.5111.7-
YUV46.9156.27175.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=53.27%
G=1.40%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11439700.970.150.55309.1994.8722.94
Hex72361061F371355f17
Octal16231410141176746513727
Binary1110010111100001011000011111110111100110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720361; }

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

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

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

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

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

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

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

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