#751975

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

Shades of Dark Purple #751975

Tints of Dark Purple #751975

Color information

#751975 (or 0x751975) is unknown color: approx Dark Purple. HEX triplet: 75, 19 and 75. RGB value is (117,25,117). Sum of RGB (Red+Green+Blue) = 117+25+117=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #751975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751975 is #8AE68A. Grayscale: #3E3E3E. Windows color (decimal): -9102987 or 7674229. OLE color: 7674229.

HSL color Cylindrical-coordinate representation of color #751975: hue angle of 300º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751975 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11725117-
CMYK00.7900.54
HSL300º64.79%27.84%-
HSV(B)300º78.63%45.88%-
XYZ10.895.7617.37-
YUV63158.48166.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=45.17%
G=9.65%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172511700.7900.5430064.7927.84
Hex75197504F03612c411c
Octal16531165011706645410134
Binary1110101110011110101010011110110110100101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751975; }

 p { color: rgb(117,25,117); }

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

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

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

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

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

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

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