#750CA8

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

Shades of Dark Magenta #750CA8

Tints of Dark Magenta #750CA8

Color information

#750CA8 (or 0x750CA8) is unknown color: approx Dark Magenta. HEX triplet: 75, 0C and A8. RGB value is (117,12,168). Sum of RGB (Red+Green+Blue) = 117+12+168=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #750CA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750CA8 is #8AF357. Grayscale: #3C3C3C. Windows color (decimal): -9106264 or 11013237. OLE color: 11013237.

HSL color Cylindrical-coordinate representation of color #750CA8: hue angle of 280.38º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750CA8 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11712168-
CMYK0.300.9300.34
HSL280.38º86.67%35.29%-
HSV(B)280.38º92.86%65.88%-
XYZ14.546.8737.61-
YUV61.18188.29167.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 168 (66.02% from 255) = 56.57%
R=39.39%
G=4.04%
B=56.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117121680.300.9300.34280.3886.6735.29
Hex75CA81E5D0221185723
Octal165142503613504243012743
Binary111010111001010100011110101110101000101000110001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,168); }

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

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

 a { background-color: rgb(117,12,168); }

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

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

 span { border-color: rgb(117,12,168); }

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