#751286

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

Shades of Purple #751286

Tints of Purple #751286

Color information

#751286 (or 0x751286) is unknown color: approx Purple. HEX triplet: 75, 12 and 86. RGB value is (117,18,134). Sum of RGB (Red+Green+Blue) = 117+18+134=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #751286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751286 is #8AED79. Grayscale: #3C3C3C. Windows color (decimal): -9104762 or 8786549. OLE color: 8786549.

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

Color convert

RGB11718134-
CMYK0.130.8700.47
HSL291.21º76.32%29.8%-
HSV(B)291.21º86.57%52.55%-
XYZ11.865.9423.08-
YUV60.82169.3168.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=43.49%
G=6.69%
B=49.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117181340.130.8700.47291.2176.3229.8
Hex751286D5702F1234c1e
Octal165222061512705744311436
Binary11101011001010000110110110101110101111100100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751286; }

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

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

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

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

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

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

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

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