#75079E

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

Shades of Dark Magenta #75079E

Tints of Dark Magenta #75079E

Color information

#75079E (or 0x75079E) is unknown color: approx Dark Magenta. HEX triplet: 75, 07 and 9E. RGB value is (117,7,158). Sum of RGB (Red+Green+Blue) = 117+7+158=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #75079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75079E is #8AF861. Grayscale: #383838. Windows color (decimal): -9107554 or 10356597. OLE color: 10356597.

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

Color convert

RGB1177158-
CMYK0.260.9600.38
HSL283.71º91.52%32.35%-
HSV(B)283.71º95.57%61.96%-
XYZ13.586.432.87-
YUV57.1184.94170.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 7 (3.12% from 255) = 2.48%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=41.49%
G=2.48%
B=56.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11771580.260.9600.38283.7191.5232.35
Hex7579E1A6002611c5c20
Octal16572363214004643413440
Binary11101011111001111011010110000001001101000111001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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