#750F6F

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

Shades of Purple #750F6F

Tints of Purple #750F6F

Color information

#750F6F (or 0x750F6F) is unknown color: approx Purple. HEX triplet: 75, 0F and 6F. RGB value is (117,15,111). Sum of RGB (Red+Green+Blue) = 117+15+111=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #750F6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F6F is #8AF090. Grayscale: #383838. Windows color (decimal): -9105553 or 7278453. OLE color: 7278453.

HSL color Cylindrical-coordinate representation of color #750F6F: hue angle of 303.53º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F6F is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11715111-
CMYK00.870.050.54
HSL303.53º77.27%25.88%-
HSV(B)303.53º87.18%45.88%-
XYZ10.385.2715.51-
YUV56.44158.79171.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 15 (6.25% from 255) = 6.17%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=48.15%
G=6.17%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171511100.870.050.54303.5377.2725.88
Hex75F6F0575361304d1a
Octal16517157012756646011532
Binary11101011111110111101010111101110110100110000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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