#75109E

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

Shades of Dark Magenta #75109E

Tints of Dark Magenta #75109E

Color information

#75109E (or 0x75109E) is unknown color: approx Dark Magenta. HEX triplet: 75, 10 and 9E. RGB value is (117,16,158). Sum of RGB (Red+Green+Blue) = 117+16+158=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #75109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75109E is #8AEF61. Grayscale: #3D3D3D. Windows color (decimal): -9105250 or 10358901. OLE color: 10358901.

HSL color Cylindrical-coordinate representation of color #75109E: hue angle of 282.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75109E is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11716158-
CMYK0.260.9000.38
HSL282.68º81.61%34.12%-
HSV(B)282.68º89.87%61.96%-
XYZ13.696.6232.9-
YUV62.39181.96166.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 16 (6.64% from 255) = 5.50%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=40.21%
G=5.50%
B=54.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117161580.260.9000.38282.6881.6134.12
Hex75109E1A5A02611b5222
Octal165202363213204643312242
Binary1110101100001001111011010101101001001101000110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75109E; }

 p { color: rgb(117,16,158); }

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

<style>
 a { background-color: #75109E; }

 a { background-color: rgb(117,16,158); }

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

<style>
 span { border-color: #75109E; }

 span { border-color: rgb(117,16,158); }

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