Html Css Color HEX #7B0BAC Dark Magenta

📋 copy color: '#7B0BAC'

red 123 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #7B0BAC

Tints of Dark Magenta #7B0BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 40.2%
G = 3.59%
B = 56.21%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B0BAC (or 0x7B0BAC) is known color: Dark Magenta. HEX triplet: 7B, 0B and AC. RGB value is (123,11,172). Sum of RGB (Red+Green+Blue) = 123+11+172=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0BAC is #84F453. Grayscale: #3E3E3E. Windows color (decimal): -8713300 or 11275131. OLE color: 11275131.

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

Color convert

RGB 123 11 172 -
CMYK 0.28 0.94 0 0.33
HSL 281.74º 0.88% 0.36% -
HSV(B) 281.74º 0.94% 0.67% -
XYZ 15.73 7.43 39.63 -
YUV 62.84 189.61 170.91 -
System Red Green Blue C M Y K H S L
Decimal 123 11 172 0.28 0.94 0 0.33 281.74 0.88 0.36
Hex 7B B AC 1C 5E 0 21 11A 58 24
Octal 173 13 254 34 136 0 41 432 130 44
Binary 1111011 1011 10101100 11100 1011110 0 100001 100011010 1011000 100100

Color Harmonies of #7B0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0BAC

Black with #7B0BAC

Text Example


Text Example

White with #7B0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,11,172); }

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

background-color css

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

 a { background-color: rgb(123,11,172); }

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

border-color css

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

 span { border-color: rgb(123,11,172); }

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