Html Css Color HEX #7B0AA7 Dark Magenta

📋 copy color: '#7B0AA7'

red 123 ◦ green 10 ◦ blue 167

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

Shades of Dark Magenta #7B0AA7

Tints of Dark Magenta #7B0AA7

RGB

 RED value IS 123 (48.44% from 255) = 41%

 GREEN value IS 10 (4.3% from 255) = 3.33%

 BLUE value IS 167 (65.63% from 255) = 55.67%

R = 41%
G = 3.33%
B = 55.67%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7B0AA7 (or 0x7B0AA7) is known color: Dark Magenta. HEX triplet: 7B, 0A and A7. RGB value is (123,10,167). Sum of RGB (Red+Green+Blue) = 123+10+167=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 167 (65.62% from 255 or 55.67% from 300); Max value from RGB is 167 - color contains mainly: blue. Hex color #7B0AA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0AA7 is #84F558. Grayscale: #3D3D3D. Windows color (decimal): -8713561 or 10947195. OLE color: 10947195.

HSL color Cylindrical-coordinate representation of color #7B0AA7: hue angle of 283.18º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0AA7 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 10 167 -
CMYK 0.26 0.94 0 0.35
HSL 283.18º 0.89% 0.35% -
HSV(B) 283.18º 0.94% 0.65% -
XYZ 15.25 7.22 37.15 -
YUV 61.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 123 10 167 0.26 0.94 0 0.35 283.18 0.89 0.35
Hex 7B A A7 1A 5E 0 23 11B 59 23
Octal 173 12 247 32 136 0 43 433 131 43
Binary 1111011 1010 10100111 11010 1011110 0 100011 100011011 1011001 100011

Color Harmonies of #7B0AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0AA7

Black with #7B0AA7

Text Example


Text Example

White with #7B0AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,10,167); }

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

background-color css

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

 a { background-color: rgb(123,10,167); }

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

border-color css

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

 span { border-color: rgb(123,10,167); }

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