#751576

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

Shades of Dark Purple #751576

Tints of Dark Purple #751576

Color information

#751576 (or 0x751576) is unknown color: approx Dark Purple. HEX triplet: 75, 15 and 76. RGB value is (117,21,118). Sum of RGB (Red+Green+Blue) = 117+21+118=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #751576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751576 is #8AEA89. Grayscale: #3C3C3C. Windows color (decimal): -9104010 or 7738741. OLE color: 7738741.

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

Color convert

RGB11721118-
CMYK0.010.8200.54
HSL299.38º69.78%27.25%-
HSV(B)299.38º82.2%46.27%-
XYZ10.875.6317.65-
YUV60.76160.3168.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 21 (8.59% from 255) = 8.20%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=45.70%
G=8.20%
B=46.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117211180.010.8200.54299.3869.7827.25
Hex75157615203612b461b
Octal16525166112206645310633
Binary1110101101011110110110100100110110100101011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751576; }

 p { color: rgb(117,21,118); }

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

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

 a { background-color: rgb(117,21,118); }

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

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

 span { border-color: rgb(117,21,118); }

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