Html Css Color HEX #7D0BAB Dark Magenta

📋 copy color: '#7D0BAB'

red 125 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #7D0BAB

Tints of Dark Magenta #7D0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.58%

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

R = 40.72%
G = 3.58%
B = 55.7%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D0BAB (or 0x7D0BAB) is known color: Dark Magenta. HEX triplet: 7D, 0B and AB. RGB value is (125,11,171). Sum of RGB (Red+Green+Blue) = 125+11+171=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0BAB is #82F454. Grayscale: #3E3E3E. Windows color (decimal): -8582229 or 11209597. OLE color: 11209597.

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

Color convert

RGB 125 11 171 -
CMYK 0.27 0.94 0 0.33
HSL 282.75º 0.88% 0.36% -
HSV(B) 282.75º 0.94% 0.67% -
XYZ 15.93 7.54 39.14 -
YUV 63.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 125 11 171 0.27 0.94 0 0.33 282.75 0.88 0.36
Hex 7D B AB 1B 5E 0 21 11B 58 24
Octal 175 13 253 33 136 0 41 433 130 44
Binary 1111101 1011 10101011 11011 1011110 0 100001 100011011 1011000 100100

Color Harmonies of #7D0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0BAB

Black with #7D0BAB

Text Example


Text Example

White with #7D0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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