#751490

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

Shades of Purple #751490

Tints of Purple #751490

Color information

#751490 (or 0x751490) is unknown color: approx Purple. HEX triplet: 75, 14 and 90. RGB value is (117,20,144). Sum of RGB (Red+Green+Blue) = 117+20+144=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #751490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751490 is #8AEB6F. Grayscale: #3E3E3E. Windows color (decimal): -9104240 or 9442421. OLE color: 9442421.

HSL color Cylindrical-coordinate representation of color #751490: hue angle of 286.94º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751490 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11720144-
CMYK0.190.8600.44
HSL286.94º75.61%32.16%-
HSV(B)286.94º86.11%56.47%-
XYZ12.626.326.94-
YUV63.14173.64166.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=41.64%
G=7.12%
B=51.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117201440.190.8600.44286.9475.6132.16
Hex751490135602C11f4c20
Octal165242202312605443711440
Binary1110101101001001000010011101011001011001000111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751490; }

 p { color: rgb(117,20,144); }

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

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

 a { background-color: rgb(117,20,144); }

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

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

 span { border-color: rgb(117,20,144); }

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