#751A81

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

Shades of Purple #751A81

Tints of Purple #751A81

Color information

#751A81 (or 0x751A81) is unknown color: approx Purple. HEX triplet: 75, 1A and 81. RGB value is (117,26,129). Sum of RGB (Red+Green+Blue) = 117+26+129=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #751A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A81 is #8AE57E. Grayscale: #404040. Windows color (decimal): -9102719 or 8460917. OLE color: 8460917.

HSL color Cylindrical-coordinate representation of color #751A81: hue angle of 293.01º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751A81 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11726129-
CMYK0.090.8000.49
HSL293.01º66.45%30.39%-
HSV(B)293.01º79.84%50.59%-
XYZ11.676.1121.33-
YUV64.95164.15165.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=43.01%
G=9.56%
B=47.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117261290.090.8000.49293.0166.4530.39
Hex751A81950031125421e
Octal165322011112006144510236
Binary11101011101010000001100110100000110001100100101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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