#72158B

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

Shades of Purple #72158B

Tints of Purple #72158B

Color information

#72158B (or 0x72158B) is unknown color: approx Purple. HEX triplet: 72, 15 and 8B. RGB value is (114,21,139). Sum of RGB (Red+Green+Blue) = 114+21+139=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #72158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72158B is #8DEA74. Grayscale: #3D3D3D. Windows color (decimal): -9300597 or 9114994. OLE color: 9114994.

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

Color convert

RGB11421139-
CMYK0.180.8500.45
HSL287.29º73.75%31.37%-
HSV(B)287.29º84.89%54.51%-
XYZ11.875.9824.95-
YUV62.26171.31164.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=41.61%
G=7.66%
B=50.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114211390.180.8500.45287.2973.7531.37
Hex72158B125502D11f4a1f
Octal162252132212505543711237
Binary111001010101100010111001010101010101101100011111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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