#751271

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

Shades of Dark Purple #751271

Tints of Dark Purple #751271

Color information

#751271 (or 0x751271) is unknown color: approx Dark Purple. HEX triplet: 75, 12 and 71. RGB value is (117,18,113). Sum of RGB (Red+Green+Blue) = 117+18+113=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #751271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751271 is #8AED8E. Grayscale: #3A3A3A. Windows color (decimal): -9104783 or 7410293. OLE color: 7410293.

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

Color convert

RGB11718113-
CMYK00.850.030.54
HSL302.42º73.33%26.47%-
HSV(B)302.42º84.62%45.88%-
XYZ10.535.4116.11-
YUV58.43158.8169.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=47.18%
G=7.26%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171811300.850.030.54302.4273.3326.47
Hex75127105533612e491a
Octal16522161012536645611132
Binary11101011001011100010101010111110110100101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751271; }

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

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

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

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

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

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

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

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