#751290

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

Shades of Purple #751290

Tints of Purple #751290

Color information

#751290 (or 0x751290) is unknown color: approx Purple. HEX triplet: 75, 12 and 90. RGB value is (117,18,144). Sum of RGB (Red+Green+Blue) = 117+18+144=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #751290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751290 is #8AED6F. Grayscale: #3D3D3D. Windows color (decimal): -9104752 or 9441909. OLE color: 9441909.

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

Color convert

RGB11718144-
CMYK0.190.8800.44
HSL287.14º77.78%31.76%-
HSV(B)287.14º87.5%56.47%-
XYZ12.596.2326.92-
YUV61.96174.3167.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=41.94%
G=6.45%
B=51.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117181440.190.8800.44287.1477.7831.76
Hex751290135802C11f4e20
Octal165222202313005443711640
Binary1110101100101001000010011101100001011001000111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751290; }

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

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

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

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

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

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

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

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