#750D77

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

Shades of Purple #750D77

Tints of Purple #750D77

Color information

#750D77 (or 0x750D77) is unknown color: approx Purple. HEX triplet: 75, 0D and 77. RGB value is (117,13,119). Sum of RGB (Red+Green+Blue) = 117+13+119=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #750D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D77 is #8AF288. Grayscale: #373737. Windows color (decimal): -9106057 or 7802229. OLE color: 7802229.

HSL color Cylindrical-coordinate representation of color #750D77: hue angle of 298.87º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D77 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11713119-
CMYK0.020.8900.53
HSL298.87º80.3%25.88%-
HSV(B)298.87º89.08%46.67%-
XYZ10.815.417.93-
YUV56.18163.46171.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=46.99%
G=5.22%
B=47.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117131190.020.8900.53298.8780.325.88
Hex75D7725903512b501a
Octal16515167213106545312032
Binary1110101110111101111010110010110101100101011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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