#751970

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

Shades of Dark Purple #751970

Tints of Dark Purple #751970

Color information

#751970 (or 0x751970) is unknown color: approx Dark Purple. HEX triplet: 75, 19 and 70. RGB value is (117,25,112). Sum of RGB (Red+Green+Blue) = 117+25+112=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #751970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751970 is #8AE68F. Grayscale: #3E3E3E. Windows color (decimal): -9102992 or 7346549. OLE color: 7346549.

HSL color Cylindrical-coordinate representation of color #751970: hue angle of 303.26º 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 #751970 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11725112-
CMYK00.790.040.54
HSL303.26º64.79%27.84%-
HSV(B)303.26º78.63%45.88%-
XYZ10.615.6515.86-
YUV62.43155.98166.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=46.06%
G=9.84%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172511200.790.040.54303.2664.7927.84
Hex75197004F43612f411c
Octal16531160011746645710134
Binary111010111001111000001001111100110110100101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751970; }

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

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

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

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

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

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

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

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