#72006F

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

Shades of Purple #72006F

Tints of Purple #72006F

Color information

#72006F (or 0x72006F) is unknown color: approx Purple. HEX triplet: 72, 00 and 6F. RGB value is (114,0,111). Sum of RGB (Red+Green+Blue) = 114+0+111=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72006F is #8DFF90. Grayscale: #2E2E2E. Windows color (decimal): -9306001 or 7274610. OLE color: 7274610.

HSL color Cylindrical-coordinate representation of color #72006F: hue angle of 301.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72006F is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB1140111-
CMYK010.030.55
HSL301.58º100%22.35%-
HSV(B)301.58º100%44.71%-
XYZ9.814.7315.43-
YUV46.74164.27175.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=50.67%
G=0%
B=49.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1140111010.030.55301.5810022.35
Hex7206F06433712e6416
Octal1620157014436745614426
Binary1110010011011110110010011110111100101110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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