#750460

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

Shades of Purple #750460

Tints of Purple #750460

Color information

#750460 (or 0x750460) is unknown color: approx Purple. HEX triplet: 75, 04 and 60. RGB value is (117,4,96). Sum of RGB (Red+Green+Blue) = 117+4+96=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #750460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750460 is #8AFB9F. Grayscale: #303030. Windows color (decimal): -9108384 or 6292597. OLE color: 6292597.

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

Color convert

RGB117496-
CMYK00.970.180.54
HSL311.15º93.39%23.73%-
HSV(B)311.15º96.58%45.88%-
XYZ9.494.7111.48-
YUV48.28154.94177.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=53.92%
G=1.84%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11749600.970.180.54311.1593.3923.73
Hex7546006112361375d18
Octal16541400141226646713530
Binary111010110011000000110000110010110110100110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750460; }

 p { color: rgb(117,4,96); }

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

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

 a { background-color: rgb(117,4,96); }

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

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

 span { border-color: rgb(117,4,96); }

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