#72026D

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

Shades of Purple #72026D

Tints of Purple #72026D

Color information

#72026D (or 0x72026D) is unknown color: approx Purple. HEX triplet: 72, 02 and 6D. RGB value is (114,2,109). Sum of RGB (Red+Green+Blue) = 114+2+109=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72026D is #8DFD92. Grayscale: #2F2F2F. Windows color (decimal): -9305491 or 7144050. OLE color: 7144050.

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

Color convert

RGB1142109-
CMYK00.980.040.55
HSL302.68º96.55%22.75%-
HSV(B)302.68º98.25%44.71%-
XYZ9.724.7214.87-
YUV47.69162.61175.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=50.67%
G=0.89%
B=48.44%

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
Decimal114210900.980.040.55302.6896.5522.75
Hex7226D06243712f6117
Octal1622155014246745714127
Binary111001010110110101100010100110111100101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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