Html Css Color HEX #7B0999 Dark Magenta

📋 copy color: '#7B0999'

red 123 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #7B0999

Tints of Dark Magenta #7B0999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 43.16%
G = 3.16%
B = 53.68%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B0999 (or 0x7B0999) is known color: Dark Magenta. HEX triplet: 7B, 09 and 99. RGB value is (123,9,153). Sum of RGB (Red+Green+Blue) = 123+9+153=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B0999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0999 is #84F666. Grayscale: #3B3B3B. Windows color (decimal): -8713831 or 10029435. OLE color: 10029435.

HSL color Cylindrical-coordinate representation of color #7B0999: hue angle of 287.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0999 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 9 153 -
CMYK 0.20 0.94 0 0.4
HSL 287.5º 0.89% 0.32% -
HSV(B) 287.5º 0.94% 0.6% -
XYZ 14.02 6.71 30.69 -
YUV 59.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 123 9 153 0.20 0.94 0 0.4 287.5 0.89 0.32
Hex 7B 9 99 14 5E 0 28 120 59 20
Octal 173 11 231 24 136 0 50 440 131 40
Binary 1111011 1001 10011001 10100 1011110 0 101000 100100000 1011001 100000

Color Harmonies of #7B0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0999

Black with #7B0999

Text Example


Text Example

White with #7B0999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,9,153); }

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

background-color css

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

 a { background-color: rgb(123,9,153); }

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

border-color css

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

 span { border-color: rgb(123,9,153); }

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