#7F1892

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

Shades of Dark Magenta #7F1892

Tints of Dark Magenta #7F1892

Color information

#7F1892 (or 0x7F1892) is unknown color: approx Dark Magenta. HEX triplet: 7F, 18 and 92. RGB value is (127,24,146). Sum of RGB (Red+Green+Blue) = 127+24+146=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F1892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1892 is #80E76D. Grayscale: #444444. Windows color (decimal): -8447854 or 9574527. OLE color: 9574527.

HSL color Cylindrical-coordinate representation of color #7F1892: hue angle of 290.66º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1892 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12724146-
CMYK0.130.8400.43
HSL290.66º71.76%33.33%-
HSV(B)290.66º83.56%57.25%-
XYZ14.277.2427.84-
YUV68.7171.62169.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.76%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=42.76%
G=8.08%
B=49.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127241460.130.8400.43290.6671.7633.33
Hex7F1892D5402B1234821
Octal177302221512405344311041
Binary111111111000100100101101101010001010111001000111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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