#720360

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

Shades of Purple #720360

Tints of Purple #720360

Color information

#720360 (or 0x720360) is unknown color: approx Purple. HEX triplet: 72, 03 and 60. RGB value is (114,3,96). Sum of RGB (Red+Green+Blue) = 114+3+96=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #720360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720360 is #8DFC9F. Grayscale: #2E2E2E. Windows color (decimal): -9305248 or 6292338. OLE color: 6292338.

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

Color convert

RGB114396-
CMYK00.970.160.55
HSL309.73º94.87%22.94%-
HSV(B)309.73º97.37%44.71%-
XYZ9.084.4911.45-
YUV46.79155.77175.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=53.52%
G=1.41%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11439600.970.160.55309.7394.8722.94
Hex7236006110371365f17
Octal16231400141206746613727
Binary11100101111000000110000110000110111100110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720360; }

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

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

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

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

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

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

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

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