#750D6A

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

Shades of Purple #750D6A

Tints of Purple #750D6A

Color information

#750D6A (or 0x750D6A) is unknown color: approx Purple. HEX triplet: 75, 0D and 6A. RGB value is (117,13,106). Sum of RGB (Red+Green+Blue) = 117+13+106=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #750D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D6A is #8AF295. Grayscale: #363636. Windows color (decimal): -9106070 or 6950261. OLE color: 6950261.

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

Color convert

RGB11713106-
CMYK00.890.090.54
HSL306.35º80%25.49%-
HSV(B)306.35º88.89%45.88%-
XYZ10.085.1114.09-
YUV54.7156.96172.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 13 (5.47% from 255) = 5.51%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=49.58%
G=5.51%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171310600.890.090.54306.358025.49
Hex75D6A0599361325019
Octal165151520131116646212031
Binary111010111011101010010110011001110110100110010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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