Html Css Color HEX #7F05AA Dark Magenta

📋 copy color: '#7F05AA'

red 127 ◦ green 5 ◦ blue 170

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

Shades of Dark Magenta #7F05AA

Tints of Dark Magenta #7F05AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 42.05%
G = 1.66%
B = 56.29%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F05AA (or 0x7F05AA) is known color: Dark Magenta. HEX triplet: 7F, 05 and AA. RGB value is (127,5,170). Sum of RGB (Red+Green+Blue) = 127+5+170=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F05AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F05AA is #80FA55. Grayscale: #3B3B3B. Windows color (decimal): -8452694 or 11142527. OLE color: 11142527.

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

Color convert

RGB 127 5 170 -
CMYK 0.25 0.97 0 0.33
HSL 284.36º 0.94% 0.34% -
HSV(B) 284.36º 0.97% 0.67% -
XYZ 16.06 7.52 38.64 -
YUV 60.29 189.92 175.58 -
System Red Green Blue C M Y K H S L
Decimal 127 5 170 0.25 0.97 0 0.33 284.36 0.94 0.34
Hex 7F 5 AA 19 61 0 21 11C 5E 22
Octal 177 5 252 31 141 0 41 434 136 42
Binary 1111111 101 10101010 11001 1100001 0 100001 100011100 1011110 100010

Color Harmonies of #7F05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F05AA

Black with #7F05AA

Text Example


Text Example

White with #7F05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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