#75029E

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

Shades of Dark Magenta #75029E

Tints of Dark Magenta #75029E

Color information

#75029E (or 0x75029E) is unknown color: approx Dark Magenta. HEX triplet: 75, 02 and 9E. RGB value is (117,2,158). Sum of RGB (Red+Green+Blue) = 117+2+158=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #75029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75029E is #8AFD61. Grayscale: #353535. Windows color (decimal): -9108834 or 10355317. OLE color: 10355317.

HSL color Cylindrical-coordinate representation of color #75029E: hue angle of 284.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75029E is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1172158-
CMYK0.260.9900.38
HSL284.23º97.5%31.37%-
HSV(B)284.23º98.73%61.96%-
XYZ13.536.2932.85-
YUV54.17186.6172.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=42.24%
G=0.72%
B=57.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11721580.260.9900.38284.2397.531.37
Hex7529E1A6302611c621f
Octal16522363214304643414237
Binary111010110100111101101011000110100110100011100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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