#751291

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

Shades of Purple #751291

Tints of Purple #751291

Color information

#751291 (or 0x751291) is unknown color: approx Purple. HEX triplet: 75, 12 and 91. RGB value is (117,18,145). Sum of RGB (Red+Green+Blue) = 117+18+145=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #751291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751291 is #8AED6E. Grayscale: #3D3D3D. Windows color (decimal): -9104751 or 9507445. OLE color: 9507445.

HSL color Cylindrical-coordinate representation of color #751291: hue angle of 286.77º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751291 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11718145-
CMYK0.190.8800.43
HSL286.77º77.91%31.96%-
HSV(B)286.77º87.59%56.86%-
XYZ12.666.2627.33-
YUV62.08174.8167.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=41.79%
G=6.43%
B=51.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117181450.190.8800.43286.7777.9131.96
Hex751291135802B11f4e20
Octal165222212313005343711640
Binary1110101100101001000110011101100001010111000111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751291; }

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

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

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

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

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

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

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

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