#750D6E

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

Shades of Purple #750D6E

Tints of Purple #750D6E

Color information

#750D6E (or 0x750D6E) is unknown color: approx Purple. HEX triplet: 75, 0D and 6E. RGB value is (117,13,110). Sum of RGB (Red+Green+Blue) = 117+13+110=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #750D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D6E is #8AF291. Grayscale: #363636. Windows color (decimal): -9106066 or 7212405. OLE color: 7212405.

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

Color convert

RGB11713110-
CMYK00.890.060.54
HSL304.04º80%25.49%-
HSV(B)304.04º88.89%45.88%-
XYZ10.295.215.21-
YUV55.15158.96172.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=48.75%
G=5.42%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171311000.890.060.54304.048025.49
Hex75D6E0596361305019
Octal16515156013166646012031
Binary11101011101110111001011001110110110100110000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,13,110); }

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

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

 a { background-color: rgb(117,13,110); }

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

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

 span { border-color: rgb(117,13,110); }

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