#750D6F

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

Shades of Purple #750D6F

Tints of Purple #750D6F

Color information

#750D6F (or 0x750D6F) is unknown color: approx Purple. HEX triplet: 75, 0D and 6F. RGB value is (117,13,111). Sum of RGB (Red+Green+Blue) = 117+13+111=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #750D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D6F is #8AF290. Grayscale: #363636. Windows color (decimal): -9106065 or 7277941. OLE color: 7277941.

HSL color Cylindrical-coordinate representation of color #750D6F: hue angle of 303.46º 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 #750D6F is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11713111-
CMYK00.890.050.54
HSL303.46º80%25.49%-
HSV(B)303.46º88.89%45.88%-
XYZ10.355.2215.5-
YUV55.27159.46172.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 13 (5.47% from 255) = 5.39%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=48.55%
G=5.39%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171311100.890.050.54303.468025.49
Hex75D6F05953612f5019
Octal16515157013156645712031
Binary11101011101110111101011001101110110100101111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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