Html Css Color HEX #7F05AC Dark Magenta

📋 copy color: '#7F05AC'

red 127 ◦ green 5 ◦ blue 172

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

Shades of Dark Magenta #7F05AC

Tints of Dark Magenta #7F05AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 41.78%
G = 1.64%
B = 56.58%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F05AC (or 0x7F05AC) is known color: Dark Magenta. HEX triplet: 7F, 05 and AC. RGB value is (127,5,172). Sum of RGB (Red+Green+Blue) = 127+5+172=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F05AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F05AC is #80FA53. Grayscale: #3B3B3B. Windows color (decimal): -8452692 or 11273599. OLE color: 11273599.

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

Color convert

RGB 127 5 172 -
CMYK 0.26 0.97 0 0.33
HSL 283.83º 0.94% 0.35% -
HSV(B) 283.83º 0.97% 0.67% -
XYZ 16.25 7.6 39.64 -
YUV 60.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 127 5 172 0.26 0.97 0 0.33 283.83 0.94 0.35
Hex 7F 5 AC 1A 61 0 21 11C 5E 23
Octal 177 5 254 32 141 0 41 434 136 43
Binary 1111111 101 10101100 11010 1100001 0 100001 100011100 1011110 100011

Color Harmonies of #7F05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F05AC

Black with #7F05AC

Text Example


Text Example

White with #7F05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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