#750E8E

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

Shades of Purple #750E8E

Tints of Purple #750E8E

Color information

#750E8E (or 0x750E8E) is unknown color: approx Purple. HEX triplet: 75, 0E and 8E. RGB value is (117,14,142). Sum of RGB (Red+Green+Blue) = 117+14+142=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #750E8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750E8E is #8AF171. Grayscale: #3A3A3A. Windows color (decimal): -9105778 or 9309813. OLE color: 9309813.

HSL color Cylindrical-coordinate representation of color #750E8E: hue angle of 288.28º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750E8E is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11714142-
CMYK0.180.9000.44
HSL288.28º82.05%30.59%-
HSV(B)288.28º90.14%55.69%-
XYZ12.386.0526.11-
YUV59.39174.62169.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=42.86%
G=5.13%
B=52.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117141420.180.9000.44288.2882.0530.59
Hex75E8E125A02C120521f
Octal165162162213205444012237
Binary11101011110100011101001010110100101100100100000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,14,142); }

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

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

 a { background-color: rgb(117,14,142); }

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

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

 span { border-color: rgb(117,14,142); }

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