#750BA0

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

Shades of Dark Magenta #750BA0

Tints of Dark Magenta #750BA0

Color information

#750BA0 (or 0x750BA0) is unknown color: approx Dark Magenta. HEX triplet: 75, 0B and A0. RGB value is (117,11,160). Sum of RGB (Red+Green+Blue) = 117+11+160=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #750BA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BA0 is #8AF45F. Grayscale: #3B3B3B. Windows color (decimal): -9106528 or 10488693. OLE color: 10488693.

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

Color convert

RGB11711160-
CMYK0.270.9300.37
HSL282.68º87.13%33.53%-
HSV(B)282.68º93.12%62.75%-
XYZ13.86.5633.8-
YUV59.68184.62168.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 11 (4.69% from 255) = 3.82%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=40.62%
G=3.82%
B=55.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117111600.270.9300.37282.6887.1333.53
Hex75BA01B5D02511b5722
Octal165132403313504543312742
Binary111010110111010000011011101110101001011000110111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,11,160); }

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

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

 a { background-color: rgb(117,11,160); }

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

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

 span { border-color: rgb(117,11,160); }

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