#750D78

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

Shades of Purple #750D78

Tints of Purple #750D78

Color information

#750D78 (or 0x750D78) is unknown color: approx Purple. HEX triplet: 75, 0D and 78. RGB value is (117,13,120). Sum of RGB (Red+Green+Blue) = 117+13+120=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #750D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D78 is #8AF287. Grayscale: #373737. Windows color (decimal): -9106056 or 7867765. OLE color: 7867765.

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

Color convert

RGB11713120-
CMYK0.020.8900.53
HSL298.32º80.45%26.08%-
HSV(B)298.32º89.17%47.06%-
XYZ10.875.4318.24-
YUV56.29163.96171.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 13 (5.47% from 255) = 5.2%
BLUE value IS 120 (47.27% from 255) = 48%
R=46.8%
G=5.2%
B=48%

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
Decimal117131200.020.8900.53298.3280.4526.08
Hex75D7825903512a501a
Octal16515170213106545212032
Binary1110101110111110001010110010110101100101010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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