#750F88

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

Shades of Purple #750F88

Tints of Purple #750F88

Color information

#750F88 (or 0x750F88) is unknown color: approx Purple. HEX triplet: 75, 0F and 88. RGB value is (117,15,136). Sum of RGB (Red+Green+Blue) = 117+15+136=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #750F88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F88 is #8AF077. Grayscale: #3A3A3A. Windows color (decimal): -9105528 or 8916853. OLE color: 8916853.

HSL color Cylindrical-coordinate representation of color #750F88: hue angle of 290.58º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750F88 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11715136-
CMYK0.140.8900.47
HSL290.58º80.13%29.61%-
HSV(B)290.58º88.97%53.33%-
XYZ11.955.923.8-
YUV59.29171.29169.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 136 (53.52% from 255) = 50.75%
R=43.66%
G=5.60%
B=50.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117151360.140.8900.47290.5880.1329.61
Hex75F88E5902F123501e
Octal165172101613105744312036
Binary1110101111110001000111010110010101111100100011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750F88; }

 p { color: rgb(117,15,136); }

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

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

 a { background-color: rgb(117,15,136); }

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

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

 span { border-color: rgb(117,15,136); }

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