#72058B

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

Shades of Purple #72058B

Tints of Purple #72058B

Color information

#72058B (or 0x72058B) is unknown color: approx Purple. HEX triplet: 72, 05 and 8B. RGB value is (114,5,139). Sum of RGB (Red+Green+Blue) = 114+5+139=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #72058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72058B is #8DFA74. Grayscale: #343434. Windows color (decimal): -9304693 or 9110898. OLE color: 9110898.

HSL color Cylindrical-coordinate representation of color #72058B: hue angle of 288.81º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72058B is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1145139-
CMYK0.180.9600.45
HSL288.81º93.06%28.24%-
HSV(B)288.81º96.4%54.51%-
XYZ11.655.5524.88-
YUV52.87176.61171.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 5 (2.34% from 255) = 1.94%
BLUE value IS 139 (54.69% from 255) = 53.88%
R=44.19%
G=1.94%
B=53.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11451390.180.9600.45288.8193.0628.24
Hex7258B126002D1215d1c
Octal16252132214005544113534
Binary1110010101100010111001011000000101101100100001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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