Html Css Color HEX #7F1892 Dark Magenta

📋 copy color: '#7F1892'

red 127 ◦ green 24 ◦ blue 146

#7F1892
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7F1892

Tints of Dark Magenta #7F1892

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 value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F1892 (or 0x7F1892) is known color: 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

RGB 127 24 146 -
CMYK 0.13 0.84 0 0.43
HSL 290.66º 0.72% 0.33% -
HSV(B) 290.66º 0.84% 0.57% -
XYZ 14.27 7.24 27.84 -
YUV 68.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 127 24 146 0.13 0.84 0 0.43 290.66 0.72 0.33
Hex 7F 18 92 D 54 0 2B 123 48 21
Octal 177 30 222 15 124 0 53 443 110 41
Binary 1111111 11000 10010010 1101 1010100 0 101011 100100011 1001000 100001

Color Harmonies of #7F1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1892

Black with #7F1892

Text Example


Text Example

White with #7F1892

Text Example


Text Example

HTML Codes & Css Web 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>