#750060

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

Shades of Purple #750060

Tints of Purple #750060

Color information

#750060 (or 0x750060) is unknown color: approx Purple. HEX triplet: 75, 00 and 60. RGB value is (117,0,96). Sum of RGB (Red+Green+Blue) = 117+0+96=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #750060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750060 is #8AFF9F. Grayscale: #2D2D2D. Windows color (decimal): -9109408 or 6291573. OLE color: 6291573.

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

Color convert

RGB117096-
CMYK010.180.54
HSL310.77º100%22.94%-
HSV(B)310.77º100%45.88%-
XYZ9.454.6311.46-
YUV45.93156.26178.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=54.93%
G=0%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117096010.180.54310.7710022.94
Hex7506006412361376417
Octal16501400144226646714427
Binary1110101011000000110010010010110110100110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750060; }

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

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

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

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

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

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

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

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