Html Css Color HEX #7F00AD Dark Magenta

📋 copy color: '#7F00AD'

red 127 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #7F00AD

Tints of Dark Magenta #7F00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 57.67%

R = 42.33%
G = 0%
B = 57.67%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F00AD (or 0x7F00AD) is known color: Dark Magenta. HEX triplet: 7F, 00 and AD. RGB value is (127,0,173). Sum of RGB (Red+Green+Blue) = 127+0+173=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F00AD is #80FF52. Grayscale: #393939. Windows color (decimal): -8453971 or 11337855. OLE color: 11337855.

HSL color Cylindrical-coordinate representation of color #7F00AD: hue angle of 284.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00AD is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 0 173 -
CMYK 0.27 1 0 0.32
HSL 284.05º 1% 0.34% -
HSV(B) 284.05º 1% 0.68% -
XYZ 16.3 7.53 40.13 -
YUV 57.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 127 0 173 0.27 1 0 0.32 284.05 1 0.34
Hex 7F 0 AD 1B 64 0 20 11C 64 22
Octal 177 0 255 33 144 0 40 434 144 42
Binary 1111111 0 10101101 11011 1100100 0 100000 100011100 1100100 100010

Color Harmonies of #7F00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F00AD

Black with #7F00AD

Text Example


Text Example

White with #7F00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,173); }

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

background-color css

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

 a { background-color: rgb(127,0,173); }

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

border-color css

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

 span { border-color: rgb(127,0,173); }

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