#72058F

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

Shades of Purple #72058F

Tints of Purple #72058F

Color information

#72058F (or 0x72058F) is unknown color: approx Purple. HEX triplet: 72, 05 and 8F. RGB value is (114,5,143). Sum of RGB (Red+Green+Blue) = 114+5+143=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #72058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72058F is #8DFA70. Grayscale: #343434. Windows color (decimal): -9304689 or 9373042. OLE color: 9373042.

HSL color Cylindrical-coordinate representation of color #72058F: hue angle of 287.39º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72058F is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1145143-
CMYK0.200.9700.44
HSL287.39º93.24%29.02%-
HSV(B)287.39º96.5%56.08%-
XYZ11.955.6726.45-
YUV53.32178.61171.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 5 (2.34% from 255) = 1.91%
BLUE value IS 143 (56.25% from 255) = 54.58%
R=43.51%
G=1.91%
B=54.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11451430.200.9700.44287.3993.2429.02
Hex7258F146102C11f5d1d
Octal16252172414105443713535
Binary1110010101100011111010011000010101100100011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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