#750BAB

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

Shades of Dark Magenta #750BAB

Tints of Dark Magenta #750BAB

Color information

#750BAB (or 0x750BAB) is unknown color: approx Dark Magenta. HEX triplet: 75, 0B and AB. RGB value is (117,11,171). Sum of RGB (Red+Green+Blue) = 117+11+171=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #750BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BAB is #8AF454. Grayscale: #3C3C3C. Windows color (decimal): -9106517 or 11209589. OLE color: 11209589.

HSL color Cylindrical-coordinate representation of color #750BAB: hue angle of 279.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BAB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11711171-
CMYK0.320.9400.33
HSL279.75º87.91%35.69%-
HSV(B)279.75º93.57%67.06%-
XYZ14.816.9639.09-
YUV60.93190.12167.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=39.13%
G=3.68%
B=57.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117111710.320.9400.33279.7587.9135.69
Hex75BAB205E0211185824
Octal165132534013604143013044
Binary1110101101110101011100000101111001000011000110001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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