#750888

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

Shades of Purple #750888

Tints of Purple #750888

Color information

#750888 (or 0x750888) is unknown color: approx Purple. HEX triplet: 75, 08 and 88. RGB value is (117,8,136). Sum of RGB (Red+Green+Blue) = 117+8+136=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #750888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750888 is #8AF777. Grayscale: #363636. Windows color (decimal): -9107320 or 8915061. OLE color: 8915061.

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

Color convert

RGB1178136-
CMYK0.140.9400.47
HSL291.09º88.89%28.24%-
HSV(B)291.09º94.12%53.33%-
XYZ11.875.7323.77-
YUV55.18173.61172.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 8 (3.52% from 255) = 3.07%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=44.83%
G=3.07%
B=52.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11781360.140.9400.47291.0988.8928.24
Hex75888E5E02F123591c
Octal165102101613605744313134
Binary1110101100010001000111010111100101111100100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750888; }

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

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

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

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

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

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

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

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