Html Css Color HEX #7F07AC Dark Magenta

📋 copy color: '#7F07AC'

red 127 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #7F07AC

Tints of Dark Magenta #7F07AC

RGB

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

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

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

R = 41.5%
G = 2.29%
B = 56.21%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F07AC (or 0x7F07AC) is known color: Dark Magenta. HEX triplet: 7F, 07 and AC. RGB value is (127,7,172). Sum of RGB (Red+Green+Blue) = 127+7+172=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F07AC is #80F853. Grayscale: #3D3D3D. Windows color (decimal): -8452180 or 11274111. OLE color: 11274111.

HSL color Cylindrical-coordinate representation of color #7F07AC: hue angle of 283.64º 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 #7F07AC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 7 172 -
CMYK 0.26 0.96 0 0.33
HSL 283.64º 0.92% 0.35% -
HSV(B) 283.64º 0.96% 0.67% -
XYZ 16.27 7.64 39.65 -
YUV 61.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 127 7 172 0.26 0.96 0 0.33 283.64 0.92 0.35
Hex 7F 7 AC 1A 60 0 21 11C 5C 23
Octal 177 7 254 32 140 0 41 434 134 43
Binary 1111111 111 10101100 11010 1100000 0 100001 100011100 1011100 100011

Color Harmonies of #7F07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F07AC

Black with #7F07AC

Text Example


Text Example

White with #7F07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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