#72056B

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

Shades of Purple #72056B

Tints of Purple #72056B

Color information

#72056B (or 0x72056B) is unknown color: approx Purple. HEX triplet: 72, 05 and 6B. RGB value is (114,5,107). Sum of RGB (Red+Green+Blue) = 114+5+107=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056B is #8DFA94. Grayscale: #303030. Windows color (decimal): -9304725 or 7013746. OLE color: 7013746.

HSL color Cylindrical-coordinate representation of color #72056B: hue angle of 303.85º 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 #72056B is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB1145107-
CMYK00.960.060.55
HSL303.85º91.6%23.33%-
HSV(B)303.85º95.61%44.71%-
XYZ9.654.7514.32-
YUV49.22160.61174.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=50.44%
G=2.21%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114510700.960.060.55303.8591.623.33
Hex7256B0606371305c17
Octal1625153014066746013427
Binary1110010101110101101100000110110111100110000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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