#72086C

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

Shades of Purple #72086C

Tints of Purple #72086C

Color information

#72086C (or 0x72086C) is unknown color: approx Purple. HEX triplet: 72, 08 and 6C. RGB value is (114,8,108). Sum of RGB (Red+Green+Blue) = 114+8+108=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72086C is #8DF793. Grayscale: #323232. Windows color (decimal): -9303956 or 7080050. OLE color: 7080050.

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

Color convert

RGB1148108-
CMYK00.930.050.55
HSL303.4º86.89%23.92%-
HSV(B)303.4º92.98%44.71%-
XYZ9.734.8314.61-
YUV51.09160.12172.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=49.57%
G=3.48%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114810800.930.050.55303.486.8923.92
Hex7286C05D53712f5718
Octal16210154013556745712730
Binary11100101000110110001011101101110111100101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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