#72087D

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

Shades of Purple #72087D

Tints of Purple #72087D

Color information

#72087D (or 0x72087D) is unknown color: approx Purple. HEX triplet: 72, 08 and 7D. RGB value is (114,8,125). Sum of RGB (Red+Green+Blue) = 114+8+125=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #72087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72087D is #8DF782. Grayscale: #343434. Windows color (decimal): -9303939 or 8194162. OLE color: 8194162.

HSL color Cylindrical-coordinate representation of color #72087D: hue angle of 294.36º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72087D is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1148125-
CMYK0.090.9400.51
HSL294.36º87.97%26.08%-
HSV(B)294.36º93.6%49.02%-
XYZ10.735.2319.85-
YUV53.03168.62171.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=46.15%
G=3.24%
B=50.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11481250.090.9400.51294.3687.9726.08
Hex7287D95E033126581a
Octal162101751113606344613032
Binary111001010001111101100110111100110011100100110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72087D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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