#751371

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

Shades of Dark Purple #751371

Tints of Dark Purple #751371

Color information

#751371 (or 0x751371) is unknown color: approx Dark Purple. HEX triplet: 75, 13 and 71. RGB value is (117,19,113). Sum of RGB (Red+Green+Blue) = 117+19+113=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #751371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751371 is #8AEC8E. Grayscale: #3A3A3A. Windows color (decimal): -9104527 or 7410549. OLE color: 7410549.

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

Color convert

RGB11719113-
CMYK00.840.030.54
HSL302.45º72.06%26.67%-
HSV(B)302.45º83.76%45.88%-
XYZ10.555.4416.12-
YUV59.02158.47169.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=46.99%
G=7.63%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171911300.840.030.54302.4572.0626.67
Hex75137105433612e481b
Octal16523161012436645611033
Binary11101011001111100010101010011110110100101110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751371; }

 p { color: rgb(117,19,113); }

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

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

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

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

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

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

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