Html Css Color HEX #7B06AA Dark Magenta

📋 copy color: '#7B06AA'

red 123 ◦ green 6 ◦ blue 170

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

Shades of Dark Magenta #7B06AA

Tints of Dark Magenta #7B06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 41.14%
G = 2.01%
B = 56.86%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B06AA (or 0x7B06AA) is known color: Dark Magenta. HEX triplet: 7B, 06 and AA. RGB value is (123,6,170). Sum of RGB (Red+Green+Blue) = 123+6+170=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B06AA is #84F955. Grayscale: #3B3B3B. Windows color (decimal): -8714582 or 11142779. OLE color: 11142779.

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

Color convert

RGB 123 6 170 -
CMYK 0.28 0.96 0 0.33
HSL 282.8º 0.93% 0.35% -
HSV(B) 282.8º 0.96% 0.67% -
XYZ 15.49 7.24 38.61 -
YUV 59.68 190.26 173.16 -
System Red Green Blue C M Y K H S L
Decimal 123 6 170 0.28 0.96 0 0.33 282.8 0.93 0.35
Hex 7B 6 AA 1C 60 0 21 11B 5D 23
Octal 173 6 252 34 140 0 41 433 135 43
Binary 1111011 110 10101010 11100 1100000 0 100001 100011011 1011101 100011

Color Harmonies of #7B06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B06AA

Black with #7B06AA

Text Example


Text Example

White with #7B06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,6,170); }

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

background-color css

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

 a { background-color: rgb(123,6,170); }

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

border-color css

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

 span { border-color: rgb(123,6,170); }

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