#751672

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

Shades of Dark Purple #751672

Tints of Dark Purple #751672

Color information

#751672 (or 0x751672) is unknown color: approx Dark Purple. HEX triplet: 75, 16 and 72. RGB value is (117,22,114). Sum of RGB (Red+Green+Blue) = 117+22+114=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #751672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751672 is #8AE98D. Grayscale: #3C3C3C. Windows color (decimal): -9103758 or 7476853. OLE color: 7476853.

HSL color Cylindrical-coordinate representation of color #751672: hue angle of 301.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751672 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11722114-
CMYK00.810.030.54
HSL301.89º68.35%27.25%-
HSV(B)301.89º81.2%45.88%-
XYZ10.665.5716.43-
YUV60.89157.97168.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=46.25%
G=8.70%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172211400.810.030.54301.8968.3527.25
Hex75167205133612e441b
Octal16526162012136645610433
Binary11101011011011100100101000111110110100101110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751672; }

 p { color: rgb(117,22,114); }

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

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

 a { background-color: rgb(117,22,114); }

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

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

 span { border-color: rgb(117,22,114); }

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