#750E78

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

Shades of Purple #750E78

Tints of Purple #750E78

Color information

#750E78 (or 0x750E78) is unknown color: approx Purple. HEX triplet: 75, 0E and 78. RGB value is (117,14,120). Sum of RGB (Red+Green+Blue) = 117+14+120=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #750E78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E78 is #8AF187. Grayscale: #383838. Windows color (decimal): -9105800 or 7868021. OLE color: 7868021.

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

Color convert

RGB11714120-
CMYK0.020.8800.53
HSL298.3º79.1%26.27%-
HSV(B)298.3º88.33%47.06%-
XYZ10.885.4518.25-
YUV56.88163.62170.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=46.61%
G=5.58%
B=47.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117141200.020.8800.53298.379.126.27
Hex75E7825803512a4f1a
Octal16516170213006545211732
Binary1110101111011110001010110000110101100101010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,14,120); }

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

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

 a { background-color: rgb(117,14,120); }

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

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

 span { border-color: rgb(117,14,120); }

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