#75029D

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

Shades of Dark Magenta #75029D

Tints of Dark Magenta #75029D

Color information

#75029D (or 0x75029D) is unknown color: approx Dark Magenta. HEX triplet: 75, 02 and 9D. RGB value is (117,2,157). Sum of RGB (Red+Green+Blue) = 117+2+157=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #75029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75029D is #8AFD62. Grayscale: #353535. Windows color (decimal): -9108835 or 10289781. OLE color: 10289781.

HSL color Cylindrical-coordinate representation of color #75029D: hue angle of 284.52º degrees, saturation: 0.97, 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 #75029D is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1172157-
CMYK0.250.9900.38
HSL284.52º97.48%31.18%-
HSV(B)284.52º98.73%61.57%-
XYZ13.446.2632.4-
YUV54.05186.1172.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=42.39%
G=0.72%
B=56.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11721570.250.9900.38284.5297.4831.18
Hex7529D196302611d611f
Octal16522353114304643514137
Binary111010110100111011100111000110100110100011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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