#750D73

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

Shades of Purple #750D73

Tints of Purple #750D73

Color information

#750D73 (or 0x750D73) is unknown color: approx Purple. HEX triplet: 75, 0D and 73. RGB value is (117,13,115). Sum of RGB (Red+Green+Blue) = 117+13+115=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #750D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D73 is #8AF28C. Grayscale: #373737. Windows color (decimal): -9106061 or 7540085. OLE color: 7540085.

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

Color convert

RGB11713115-
CMYK00.890.020.54
HSL301.15º80%25.49%-
HSV(B)301.15º88.89%45.88%-
XYZ10.575.3116.69-
YUV55.72161.46171.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=47.76%
G=5.31%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171311500.890.020.54301.158025.49
Hex75D7305923612d5019
Octal16515163013126645512031
Binary1110101110111100110101100110110110100101101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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