#72026E

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

Shades of Purple #72026E

Tints of Purple #72026E

Color information

#72026E (or 0x72026E) is unknown color: approx Purple. HEX triplet: 72, 02 and 6E. RGB value is (114,2,110). Sum of RGB (Red+Green+Blue) = 114+2+110=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72026E is #8DFD91. Grayscale: #2F2F2F. Windows color (decimal): -9305490 or 7209586. OLE color: 7209586.

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

Color convert

RGB1142110-
CMYK00.980.040.55
HSL302.14º96.55%22.75%-
HSV(B)302.14º98.25%44.71%-
XYZ9.784.7515.15-
YUV47.8163.11175.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=50.44%
G=0.88%
B=48.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114211000.980.040.55302.1496.5522.75
Hex7226E06243712e6117
Octal1622156014246745614127
Binary111001010110111001100010100110111100101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72026E; }

 p { color: rgb(114,2,110); }

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

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

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

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

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

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

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