#751A86

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

Shades of Purple #751A86

Tints of Purple #751A86

Color information

#751A86 (or 0x751A86) is unknown color: approx Purple. HEX triplet: 75, 1A and 86. RGB value is (117,26,134). Sum of RGB (Red+Green+Blue) = 117+26+134=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #751A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A86 is #8AE579. Grayscale: #414141. Windows color (decimal): -9102714 or 8788597. OLE color: 8788597.

HSL color Cylindrical-coordinate representation of color #751A86: hue angle of 290.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751A86 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11726134-
CMYK0.130.8100.47
HSL290.56º67.5%31.37%-
HSV(B)290.56º80.6%52.55%-
XYZ12.016.2423.13-
YUV65.52166.65164.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 134 (52.73% from 255) = 48.38%
R=42.24%
G=9.39%
B=48.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117261340.130.8100.47290.5667.531.37
Hex751A86D5102F123441f
Octal165322061512105744310437
Binary11101011101010000110110110100010101111100100011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751A86; }

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

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

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

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

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

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

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

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