#7D0093

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

Shades of Dark Magenta #7D0093

Tints of Dark Magenta #7D0093

Color information

#7D0093 (or 0x7D0093) is unknown color: approx Dark Magenta. HEX triplet: 7D, 00 and 93. RGB value is (125,0,147). Sum of RGB (Red+Green+Blue) = 125+0+147=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0093 is #82FF6C. Grayscale: #353535. Windows color (decimal): -8585069 or 9633917. OLE color: 9633917.

HSL color Cylindrical-coordinate representation of color #7D0093: hue angle of 291.02º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D0093 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1250147-
CMYK0.15100.42
HSL291.02º100%28.82%-
HSV(B)291.02º100%57.65%-
XYZ13.726.4728.13-
YUV54.13180.41178.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=45.96%
G=0%
B=54.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12501470.15100.42291.0210028.82
Hex7D093F6402A123641d
Octal17502231714405244314435
Binary1111101010010011111111001000101010100100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D0093; }

 p { color: rgb(125,0,147); }

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

<style>
 a { background-color: #7D0093; }

 a { background-color: rgb(125,0,147); }

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

<style>
 span { border-color: #7D0093; }

 span { border-color: rgb(125,0,147); }

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