#72026F

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

Shades of Purple #72026F

Tints of Purple #72026F

Color information

#72026F (or 0x72026F) is unknown color: approx Purple. HEX triplet: 72, 02 and 6F. RGB value is (114,2,111). Sum of RGB (Red+Green+Blue) = 114+2+111=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72026F is #8DFD90. Grayscale: #2F2F2F. Windows color (decimal): -9305489 or 7275122. OLE color: 7275122.

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

Color convert

RGB1142111-
CMYK00.980.030.55
HSL301.61º96.55%22.75%-
HSV(B)301.61º98.25%44.71%-
XYZ9.834.7715.44-
YUV47.91163.61175.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=50.22%
G=0.88%
B=48.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114211100.980.030.55301.6196.5522.75
Hex7226F06233712e6117
Octal1622157014236745614127
Binary11100101011011110110001011110111100101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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