#720E75

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

Shades of Purple #720E75

Tints of Purple #720E75

Color information

#720E75 (or 0x720E75) is unknown color: approx Purple. HEX triplet: 72, 0E and 75. RGB value is (114,14,117). Sum of RGB (Red+Green+Blue) = 114+14+117=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #720E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E75 is #8DF18A. Grayscale: #373737. Windows color (decimal): -9302411 or 7671410. OLE color: 7671410.

HSL color Cylindrical-coordinate representation of color #720E75: hue angle of 298.25º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E75 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11414117-
CMYK0.030.8800.54
HSL298.25º78.63%25.69%-
HSV(B)298.25º88.03%45.88%-
XYZ10.315.1817.29-
YUV55.64162.63169.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=46.53%
G=5.71%
B=47.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114141170.030.8800.54298.2578.6325.69
Hex72E7535803612a4f1a
Octal16216165313006645211732
Binary1110010111011101011110110000110110100101010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720E75; }

 p { color: rgb(114,14,117); }

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

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

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

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

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

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

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