#720372

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

Shades of Purple #720372

Tints of Purple #720372

Color information

#720372 (or 0x720372) is unknown color: approx Purple. HEX triplet: 72, 03 and 72. RGB value is (114,3,114). Sum of RGB (Red+Green+Blue) = 114+3+114=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #720372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720372 is #8DFC8D. Grayscale: #303030. Windows color (decimal): -9305230 or 7471986. OLE color: 7471986.

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

Color convert

RGB1143114-
CMYK00.9700.55
HSL300º94.87%22.94%-
HSV(B)300º97.37%44.71%-
XYZ10.014.8616.33-
YUV48.84164.77174.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=49.35%
G=1.30%
B=49.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114311400.9700.5530094.8722.94
Hex7237206103712c5f17
Octal1623162014106745413727
Binary1110010111110010011000010110111100101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720372; }

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

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

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

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

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

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

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

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