#7F188D

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

Shades of Dark Magenta #7F188D

Tints of Dark Magenta #7F188D

Color information

#7F188D (or 0x7F188D) is unknown color: approx Dark Magenta. HEX triplet: 7F, 18 and 8D. RGB value is (127,24,141). Sum of RGB (Red+Green+Blue) = 127+24+141=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F188D is #80E772. Grayscale: #434343. Windows color (decimal): -8447859 or 9246847. OLE color: 9246847.

HSL color Cylindrical-coordinate representation of color #7F188D: hue angle of 292.82º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F188D is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12724141-
CMYK0.100.8300.45
HSL292.82º70.91%32.35%-
HSV(B)292.82º82.98%55.29%-
XYZ13.897.0925.84-
YUV68.14169.12169.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.49%
GREEN value IS 24 (9.77% from 255) = 8.22%
BLUE value IS 141 (55.47% from 255) = 48.29%
R=43.49%
G=8.22%
B=48.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127241410.100.8300.45292.8270.9132.35
Hex7F188DA5302D1254720
Octal177302151212305544510740
Binary111111111000100011011010101001101011011001001011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,24,141); }

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

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

 a { background-color: rgb(127,24,141); }

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

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

 span { border-color: rgb(127,24,141); }

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