#751577

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

Shades of Dark Purple #751577

Tints of Dark Purple #751577

Color information

#751577 (or 0x751577) is unknown color: approx Dark Purple. HEX triplet: 75, 15 and 77. RGB value is (117,21,119). Sum of RGB (Red+Green+Blue) = 117+21+119=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #751577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751577 is #8AEA88. Grayscale: #3C3C3C. Windows color (decimal): -9104009 or 7804277. OLE color: 7804277.

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

Color convert

RGB11721119-
CMYK0.020.8200.53
HSL298.78º70%27.45%-
HSV(B)298.78º82.35%46.67%-
XYZ10.935.6517.97-
YUV60.88160.8168.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=45.53%
G=8.17%
B=46.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117211190.020.8200.53298.787027.45
Hex75157725203512b461b
Octal16525167212206545310633
Binary11101011010111101111010100100110101100101011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751577; }

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

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

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

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

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

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

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

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