Html Css Color HEX #7B0992 Dark Magenta

📋 copy color: '#7B0992'

red 123 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #7B0992

Tints of Dark Magenta #7B0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 44.24%
G = 3.24%
B = 52.52%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B0992 (or 0x7B0992) is known color: Dark Magenta. HEX triplet: 7B, 09 and 92. RGB value is (123,9,146). Sum of RGB (Red+Green+Blue) = 123+9+146=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0992 is #84F66D. Grayscale: #3A3A3A. Windows color (decimal): -8713838 or 9570683. OLE color: 9570683.

HSL color Cylindrical-coordinate representation of color #7B0992: hue angle of 289.93º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0992 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 9 146 -
CMYK 0.16 0.94 0 0.43
HSL 289.93º 0.88% 0.3% -
HSV(B) 289.93º 0.94% 0.57% -
XYZ 13.45 6.48 27.74 -
YUV 58.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 123 9 146 0.16 0.94 0 0.43 289.93 0.88 0.3
Hex 7B 9 92 10 5E 0 2B 122 58 1E
Octal 173 11 222 20 136 0 53 442 130 36
Binary 1111011 1001 10010010 10000 1011110 0 101011 100100010 1011000 11110

Color Harmonies of #7B0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0992

Black with #7B0992

Text Example


Text Example

White with #7B0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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