#751086

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

Shades of Purple #751086

Tints of Purple #751086

Color information

#751086 (or 0x751086) is unknown color: approx Purple. HEX triplet: 75, 10 and 86. RGB value is (117,16,134). Sum of RGB (Red+Green+Blue) = 117+16+134=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #751086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751086 is #8AEF79. Grayscale: #3B3B3B. Windows color (decimal): -9105274 or 8786037. OLE color: 8786037.

HSL color Cylindrical-coordinate representation of color #751086: hue angle of 291.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751086 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11716134-
CMYK0.130.8800.47
HSL291.36º78.67%29.41%-
HSV(B)291.36º88.06%52.55%-
XYZ11.825.8723.06-
YUV59.65169.96168.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 134 (52.73% from 255) = 50.19%
R=43.82%
G=5.99%
B=50.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117161340.130.8800.47291.3678.6729.41
Hex751086D5802F1234f1d
Octal165202061513005744311735
Binary11101011000010000110110110110000101111100100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751086; }

 p { color: rgb(117,16,134); }

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

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

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

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

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

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

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