#72026C

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

Shades of Purple #72026C

Tints of Purple #72026C

Color information

#72026C (or 0x72026C) is unknown color: approx Purple. HEX triplet: 72, 02 and 6C. RGB value is (114,2,108). Sum of RGB (Red+Green+Blue) = 114+2+108=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72026C is #8DFD93. Grayscale: #2F2F2F. Windows color (decimal): -9305492 or 7078514. OLE color: 7078514.

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

Color convert

RGB1142108-
CMYK00.980.050.55
HSL303.21º96.55%22.75%-
HSV(B)303.21º98.25%44.71%-
XYZ9.674.714.59-
YUV47.57162.11175.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=50.89%
G=0.89%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114210800.980.050.55303.2196.5522.75
Hex7226C06253712f6117
Octal1622154014256745714127
Binary111001010110110001100010101110111100101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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