Html Css Color HEX #7F198D Dark Magenta

📋 copy color: '#7F198D'

red 127 ◦ green 25 ◦ blue 141

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

Shades of Dark Magenta #7F198D

Tints of Dark Magenta #7F198D

RGB

 RED value IS 127 (50% from 255) = 43.34%

 GREEN value IS 25 (10.16% from 255) = 8.53%

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 43.34%
G = 8.53%
B = 48.12%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F198D (or 0x7F198D) is known color: Dark Magenta. HEX triplet: 7F, 19 and 8D. RGB value is (127,25,141). Sum of RGB (Red+Green+Blue) = 127+25+141=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F198D is #80E672. Grayscale: #444444. Windows color (decimal): -8447603 or 9247103. OLE color: 9247103.

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

Color convert

RGB 127 25 141 -
CMYK 0.10 0.82 0 0.45
HSL 292.76º 0.7% 0.33% -
HSV(B) 292.76º 0.82% 0.55% -
XYZ 13.91 7.13 25.84 -
YUV 68.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 127 25 141 0.10 0.82 0 0.45 292.76 0.7 0.33
Hex 7F 19 8D A 52 0 2D 125 46 21
Octal 177 31 215 12 122 0 55 445 106 41
Binary 1111111 11001 10001101 1010 1010010 0 101101 100100101 1000110 100001

Color Harmonies of #7F198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F198D

Black with #7F198D

Text Example


Text Example

White with #7F198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F198D;
 }
 .AnyTagClassName
 {
   color: #7F198D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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