Html Css Color HEX #7D07AB Dark Magenta

📋 copy color: '#7D07AB'

red 125 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #7D07AB

Tints of Dark Magenta #7D07AB

RGB

 RED value IS 125 (49.22% from 255) = 41.25%

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

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

R = 41.25%
G = 2.31%
B = 56.44%

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

#7D07AB (or 0x7D07AB) is known color: Dark Magenta. HEX triplet: 7D, 07 and AB. RGB value is (125,7,171). Sum of RGB (Red+Green+Blue) = 125+7+171=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D07AB is #82F854. Grayscale: #3C3C3C. Windows color (decimal): -8583253 or 11208573. OLE color: 11208573.

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

Color convert

RGB 125 7 171 -
CMYK 0.27 0.96 0 0.33
HSL 283.17º 0.92% 0.35% -
HSV(B) 283.17º 0.96% 0.67% -
XYZ 15.88 7.45 39.13 -
YUV 60.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 125 7 171 0.27 0.96 0 0.33 283.17 0.92 0.35
Hex 7D 7 AB 1B 60 0 21 11B 5C 23
Octal 175 7 253 33 140 0 41 433 134 43
Binary 1111101 111 10101011 11011 1100000 0 100001 100011011 1011100 100011

Color Harmonies of #7D07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D07AB

Black with #7D07AB

Text Example


Text Example

White with #7D07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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