Html Css Color HEX #7F07AA Dark Magenta

📋 copy color: '#7F07AA'

red 127 ◦ green 7 ◦ blue 170

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

Shades of Dark Magenta #7F07AA

Tints of Dark Magenta #7F07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 41.78%
G = 2.3%
B = 55.92%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F07AA (or 0x7F07AA) is known color: Dark Magenta. HEX triplet: 7F, 07 and AA. RGB value is (127,7,170). Sum of RGB (Red+Green+Blue) = 127+7+170=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F07AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F07AA is #80F855. Grayscale: #3C3C3C. Windows color (decimal): -8452182 or 11143039. OLE color: 11143039.

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

Color convert

RGB 127 7 170 -
CMYK 0.25 0.96 0 0.33
HSL 284.17º 0.92% 0.35% -
HSV(B) 284.17º 0.96% 0.67% -
XYZ 16.08 7.57 38.64 -
YUV 61.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 127 7 170 0.25 0.96 0 0.33 284.17 0.92 0.35
Hex 7F 7 AA 19 60 0 21 11C 5C 23
Octal 177 7 252 31 140 0 41 434 134 43
Binary 1111111 111 10101010 11001 1100000 0 100001 100011100 1011100 100011

Color Harmonies of #7F07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F07AA

Black with #7F07AA

Text Example


Text Example

White with #7F07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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