#72047B

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

Shades of Purple #72047B

Tints of Purple #72047B

Color information

#72047B (or 0x72047B) is unknown color: approx Purple. HEX triplet: 72, 04 and 7B. RGB value is (114,4,123). Sum of RGB (Red+Green+Blue) = 114+4+123=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #72047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72047B is #8DFB84. Grayscale: #323232. Windows color (decimal): -9304965 or 8062066. OLE color: 8062066.

HSL color Cylindrical-coordinate representation of color #72047B: hue angle of 295.46º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72047B is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1144123-
CMYK0.070.9700.52
HSL295.46º93.7%24.9%-
HSV(B)295.46º96.75%48.24%-
XYZ10.565.0919.17-
YUV50.46168.94173.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=47.30%
G=1.66%
B=51.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11441230.070.9700.52295.4693.724.9
Hex7247B7610341275e19
Octal1624173714106444713631
Binary1110010100111101111111000010110100100100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,4,123); }

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

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

 a { background-color: rgb(114,4,123); }

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

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

 span { border-color: rgb(114,4,123); }

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