#72076D

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

Shades of Purple #72076D

Tints of Purple #72076D

Color information

#72076D (or 0x72076D) is unknown color: approx Purple. HEX triplet: 72, 07 and 6D. RGB value is (114,7,109). Sum of RGB (Red+Green+Blue) = 114+7+109=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72076D is #8DF892. Grayscale: #323232. Windows color (decimal): -9304211 or 7145330. OLE color: 7145330.

HSL color Cylindrical-coordinate representation of color #72076D: hue angle of 302.8º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72076D is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB1147109-
CMYK00.940.040.55
HSL302.8º88.43%23.73%-
HSV(B)302.8º93.86%44.71%-
XYZ9.784.8314.89-
YUV50.62160.95173.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=49.57%
G=3.04%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114710900.940.040.55302.888.4323.73
Hex7276D05E43712f5818
Octal1627155013646745713030
Binary1110010111110110101011110100110111100101111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72076D; }

 p { color: rgb(114,7,109); }

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

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

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

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

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

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

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