#750F8A

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

Shades of Purple #750F8A

Tints of Purple #750F8A

Color information

#750F8A (or 0x750F8A) is unknown color: approx Purple. HEX triplet: 75, 0F and 8A. RGB value is (117,15,138). Sum of RGB (Red+Green+Blue) = 117+15+138=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #750F8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F8A is #8AF075. Grayscale: #3B3B3B. Windows color (decimal): -9105526 or 9047925. OLE color: 9047925.

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

Color convert

RGB11715138-
CMYK0.150.8900.46
HSL289.76º80.39%30%-
HSV(B)289.76º89.13%54.12%-
XYZ12.095.9624.56-
YUV59.52172.29169-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 15 (6.25% from 255) = 5.56%
BLUE value IS 138 (54.30% from 255) = 51.11%
R=43.33%
G=5.56%
B=51.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117151380.150.8900.46289.7680.3930
Hex75F8AF5902E122501e
Octal165172121713105644212036
Binary1110101111110001010111110110010101110100100010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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