#750589

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

Shades of Purple #750589

Tints of Purple #750589

Color information

#750589 (or 0x750589) is unknown color: approx Purple. HEX triplet: 75, 05 and 89. RGB value is (117,5,137). Sum of RGB (Red+Green+Blue) = 117+5+137=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #750589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750589 is #8AFA76. Grayscale: #353535. Windows color (decimal): -9108087 or 8979829. OLE color: 8979829.

HSL color Cylindrical-coordinate representation of color #750589: hue angle of 290.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750589 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1175137-
CMYK0.150.9600.46
HSL290.91º92.96%27.84%-
HSV(B)290.91º96.35%53.73%-
XYZ11.915.724.14-
YUV53.54175.11173.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=45.17%
G=1.93%
B=52.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11751370.150.9600.46290.9192.9627.84
Hex75589F6002E1235d1c
Octal16552111714005644313534
Binary111010110110001001111111000000101110100100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750589; }

 p { color: rgb(117,5,137); }

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

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

 a { background-color: rgb(117,5,137); }

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

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

 span { border-color: rgb(117,5,137); }

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