Html Css Color HEX #7F05A1 Dark Magenta

📋 copy color: '#7F05A1'

red 127 ◦ green 5 ◦ blue 161

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

Shades of Dark Magenta #7F05A1

Tints of Dark Magenta #7F05A1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 161 (63.28% from 255) = 54.95%

R = 43.34%
G = 1.71%
B = 54.95%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7F05A1 (or 0x7F05A1) is known color: Dark Magenta. HEX triplet: 7F, 05 and A1. RGB value is (127,5,161). Sum of RGB (Red+Green+Blue) = 127+5+161=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #7F05A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F05A1 is #80FA5E. Grayscale: #3A3A3A. Windows color (decimal): -8452703 or 10552703. OLE color: 10552703.

HSL color Cylindrical-coordinate representation of color #7F05A1: hue angle of 286.92º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F05A1 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 5 161 -
CMYK 0.21 0.97 0 0.37
HSL 286.92º 0.94% 0.33% -
HSV(B) 286.92º 0.97% 0.63% -
XYZ 15.24 7.19 34.3 -
YUV 59.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 127 5 161 0.21 0.97 0 0.37 286.92 0.94 0.33
Hex 7F 5 A1 15 61 0 25 11F 5E 21
Octal 177 5 241 25 141 0 45 437 136 41
Binary 1111111 101 10100001 10101 1100001 0 100101 100011111 1011110 100001

Color Harmonies of #7F05A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F05A1

Black with #7F05A1

Text Example


Text Example

White with #7F05A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,161); }

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

background-color css

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

 a { background-color: rgb(127,5,161); }

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

border-color css

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

 span { border-color: rgb(127,5,161); }

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