#72087B

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

Shades of Purple #72087B

Tints of Purple #72087B

Color information

#72087B (or 0x72087B) is unknown color: approx Purple. HEX triplet: 72, 08 and 7B. RGB value is (114,8,123). Sum of RGB (Red+Green+Blue) = 114+8+123=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #72087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72087B is #8DF784. Grayscale: #343434. Windows color (decimal): -9303941 or 8063090. OLE color: 8063090.

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

Color convert

RGB1148123-
CMYK0.070.9300.52
HSL295.3º87.79%25.69%-
HSV(B)295.3º93.5%48.24%-
XYZ10.65.1819.18-
YUV52.8167.62171.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=46.53%
G=3.27%
B=50.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11481230.070.9300.52295.387.7925.69
Hex7287B75D034127581a
Octal16210173713506444713032
Binary11100101000111101111110111010110100100100111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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