Html Css Color HEX #7C07AB Dark Magenta

📋 copy color: '#7C07AB'

red 124 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #7C07AB

Tints of Dark Magenta #7C07AB

RGB

 RED value IS 124 (48.83% from 255) = 41.06%

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 41.06%
G = 2.32%
B = 56.62%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C07AB (or 0x7C07AB) is known color: Dark Magenta. HEX triplet: 7C, 07 and AB. RGB value is (124,7,171). Sum of RGB (Red+Green+Blue) = 124+7+171=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C07AB is #83F854. Grayscale: #3C3C3C. Windows color (decimal): -8648789 or 11208572. OLE color: 11208572.

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

Color convert

RGB 124 7 171 -
CMYK 0.27 0.96 0 0.33
HSL 282.8º 0.92% 0.35% -
HSV(B) 282.8º 0.96% 0.67% -
XYZ 15.74 7.38 39.12 -
YUV 60.68 190.26 173.16 -
System Red Green Blue C M Y K H S L
Decimal 124 7 171 0.27 0.96 0 0.33 282.8 0.92 0.35
Hex 7C 7 AB 1B 60 0 21 11B 5C 23
Octal 174 7 253 33 140 0 41 433 134 43
Binary 1111100 111 10101011 11011 1100000 0 100001 100011011 1011100 100011

Color Harmonies of #7C07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C07AB

Black with #7C07AB

Text Example


Text Example

White with #7C07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,7,171); }

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

background-color css

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

 a { background-color: rgb(124,7,171); }

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

border-color css

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

 span { border-color: rgb(124,7,171); }

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