#750D7D

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

Shades of Purple #750D7D

Tints of Purple #750D7D

Color information

#750D7D (or 0x750D7D) is unknown color: approx Purple. HEX triplet: 75, 0D and 7D. RGB value is (117,13,125). Sum of RGB (Red+Green+Blue) = 117+13+125=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #750D7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D7D is #8AF282. Grayscale: #383838. Windows color (decimal): -9106051 or 8195445. OLE color: 8195445.

HSL color Cylindrical-coordinate representation of color #750D7D: hue angle of 295.71º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750D7D is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11713125-
CMYK0.060.9000.51
HSL295.71º81.16%27.06%-
HSV(B)295.71º89.6%49.02%-
XYZ11.185.5519.88-
YUV56.86166.46170.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 13 (5.47% from 255) = 5.10%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=45.88%
G=5.10%
B=49.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117131250.060.9000.51295.7181.1627.06
Hex75D7D65A033128511b
Octal16515175613206345012133
Binary11101011101111110111010110100110011100101000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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