Html Css Color HEX #7F0A9D Dark Magenta

📋 copy color: '#7F0A9D'

red 127 ◦ green 10 ◦ blue 157

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

Shades of Dark Magenta #7F0A9D

Tints of Dark Magenta #7F0A9D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.4%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 43.2%
G = 3.4%
B = 53.4%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F0A9D (or 0x7F0A9D) is known color: Dark Magenta. HEX triplet: 7F, 0A and 9D. RGB value is (127,10,157). Sum of RGB (Red+Green+Blue) = 127+10+157=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F0A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0A9D is #80F562. Grayscale: #3D3D3D. Windows color (decimal): -8451427 or 10291839. OLE color: 10291839.

HSL color Cylindrical-coordinate representation of color #7F0A9D: hue angle of 287.76º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0A9D is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 10 157 -
CMYK 0.19 0.94 0 0.38
HSL 287.76º 0.88% 0.33% -
HSV(B) 287.76º 0.94% 0.62% -
XYZ 14.95 7.16 32.49 -
YUV 61.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 127 10 157 0.19 0.94 0 0.38 287.76 0.88 0.33
Hex 7F A 9D 13 5E 0 26 120 58 21
Octal 177 12 235 23 136 0 46 440 130 41
Binary 1111111 1010 10011101 10011 1011110 0 100110 100100000 1011000 100001

Color Harmonies of #7F0A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0A9D

Black with #7F0A9D

Text Example


Text Example

White with #7F0A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,10,157); }

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

background-color css

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

 a { background-color: rgb(127,10,157); }

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

border-color css

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

 span { border-color: rgb(127,10,157); }

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