#72086D

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

Shades of Purple #72086D

Tints of Purple #72086D

Color information

#72086D (or 0x72086D) is unknown color: approx Purple. HEX triplet: 72, 08 and 6D. RGB value is (114,8,109). Sum of RGB (Red+Green+Blue) = 114+8+109=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72086D is #8DF792. Grayscale: #323232. Windows color (decimal): -9303955 or 7145586. OLE color: 7145586.

HSL color Cylindrical-coordinate representation of color #72086D: hue angle of 302.83º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72086D is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB1148109-
CMYK00.930.040.55
HSL302.83º86.89%23.92%-
HSV(B)302.83º92.98%44.71%-
XYZ9.794.8614.89-
YUV51.21160.62172.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=49.35%
G=3.46%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114810900.930.040.55302.8386.8923.92
Hex7286D05D43712f5718
Octal16210155013546745712730
Binary11100101000110110101011101100110111100101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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