Html Css Color HEX #7A0BAB Dark Magenta

📋 copy color: '#7A0BAB'

red 122 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #7A0BAB

Tints of Dark Magenta #7A0BAB

RGB

 RED value IS 122 (48.05% from 255) = 40.13%

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

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

R = 40.13%
G = 3.62%
B = 56.25%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A0BAB (or 0x7A0BAB) is known color: Dark Magenta. HEX triplet: 7A, 0B and AB. RGB value is (122,11,171). Sum of RGB (Red+Green+Blue) = 122+11+171=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0BAB is #85F454. Grayscale: #3D3D3D. Windows color (decimal): -8778837 or 11209594. OLE color: 11209594.

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

Color convert

RGB 122 11 171 -
CMYK 0.29 0.94 0 0.33
HSL 281.63º 0.88% 0.36% -
HSV(B) 281.63º 0.94% 0.67% -
XYZ 15.5 7.32 39.12 -
YUV 62.43 189.27 170.49 -
System Red Green Blue C M Y K H S L
Decimal 122 11 171 0.29 0.94 0 0.33 281.63 0.88 0.36
Hex 7A B AB 1D 5E 0 21 11A 58 24
Octal 172 13 253 35 136 0 41 432 130 44
Binary 1111010 1011 10101011 11101 1011110 0 100001 100011010 1011000 100100

Color Harmonies of #7A0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0BAB

Black with #7A0BAB

Text Example


Text Example

White with #7A0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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