#750E6F

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

Shades of Purple #750E6F

Tints of Purple #750E6F

Color information

#750E6F (or 0x750E6F) is unknown color: approx Purple. HEX triplet: 75, 0E and 6F. RGB value is (117,14,111). Sum of RGB (Red+Green+Blue) = 117+14+111=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #750E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E6F is #8AF190. Grayscale: #373737. Windows color (decimal): -9105809 or 7278197. OLE color: 7278197.

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

Color convert

RGB11714111-
CMYK00.880.050.54
HSL303.5º78.63%25.69%-
HSV(B)303.5º88.03%45.88%-
XYZ10.365.2415.5-
YUV55.85159.12171.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 14 (5.86% from 255) = 5.79%
BLUE value IS 111 (43.75% from 255) = 45.87%
R=48.35%
G=5.79%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171411100.880.050.54303.578.6325.69
Hex75E6F05853612f4f1a
Octal16516157013056645711732
Binary11101011110110111101011000101110110100101111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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