#72056C

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

Shades of Purple #72056C

Tints of Purple #72056C

Color information

#72056C (or 0x72056C) is unknown color: approx Purple. HEX triplet: 72, 05 and 6C. RGB value is (114,5,108). Sum of RGB (Red+Green+Blue) = 114+5+108=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056C is #8DFA93. Grayscale: #313131. Windows color (decimal): -9304724 or 7079282. OLE color: 7079282.

HSL color Cylindrical-coordinate representation of color #72056C: hue angle of 303.3º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72056C is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB1145108-
CMYK00.960.050.55
HSL303.3º91.6%23.33%-
HSV(B)303.3º95.61%44.71%-
XYZ9.74.7714.6-
YUV49.33161.11174.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=50.22%
G=2.20%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114510800.960.050.55303.391.623.33
Hex7256C06053712f5c17
Octal1625154014056745713427
Binary1110010101110110001100000101110111100101111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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