#72138B

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

Shades of Purple #72138B

Tints of Purple #72138B

Color information

#72138B (or 0x72138B) is unknown color: approx Purple. HEX triplet: 72, 13 and 8B. RGB value is (114,19,139). Sum of RGB (Red+Green+Blue) = 114+19+139=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #72138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72138B is #8DEC74. Grayscale: #3C3C3C. Windows color (decimal): -9301109 or 9114482. OLE color: 9114482.

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

Color convert

RGB11419139-
CMYK0.180.8600.45
HSL287.5º75.95%30.98%-
HSV(B)287.5º86.33%54.51%-
XYZ11.835.9124.94-
YUV61.08171.97165.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=41.91%
G=6.99%
B=51.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114191390.180.8600.45287.575.9530.98
Hex72138B125602D1204c1f
Octal162232132212605544011437
Binary111001010011100010111001010101100101101100100000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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