#72107D

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

Shades of Purple #72107D

Tints of Purple #72107D

Color information

#72107D (or 0x72107D) is unknown color: approx Purple. HEX triplet: 72, 10 and 7D. RGB value is (114,16,125). Sum of RGB (Red+Green+Blue) = 114+16+125=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #72107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72107D is #8DEF82. Grayscale: #393939. Windows color (decimal): -9301891 or 8196210. OLE color: 8196210.

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

Color convert

RGB11416125-
CMYK0.090.8700.51
HSL293.94º77.3%27.65%-
HSV(B)293.94º87.2%49.02%-
XYZ10.835.4319.88-
YUV57.73165.97168.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=44.71%
G=6.27%
B=49.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114161250.090.8700.51293.9477.327.65
Hex72107D9570331264d1c
Octal162201751112706344611534
Binary1110010100001111101100110101110110011100100110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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