#750D72

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

Shades of Purple #750D72

Tints of Purple #750D72

Color information

#750D72 (or 0x750D72) is unknown color: approx Purple. HEX triplet: 75, 0D and 72. RGB value is (117,13,114). Sum of RGB (Red+Green+Blue) = 117+13+114=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #750D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D72 is #8AF28D. Grayscale: #373737. Windows color (decimal): -9106062 or 7474549. OLE color: 7474549.

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

Color convert

RGB11713114-
CMYK00.890.030.54
HSL301.73º80%25.49%-
HSV(B)301.73º88.89%45.88%-
XYZ10.525.2816.39-
YUV55.61160.96171.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=47.95%
G=5.33%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171311400.890.030.54301.738025.49
Hex75D7205933612e5019
Octal16515162013136645612031
Binary1110101110111100100101100111110110100101110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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