Html Css Color HEX #7B0993 Dark Magenta

📋 copy color: '#7B0993'

red 123 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #7B0993

Tints of Dark Magenta #7B0993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 44.09%
G = 3.23%
B = 52.69%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B0993 (or 0x7B0993) is known color: Dark Magenta. HEX triplet: 7B, 09 and 93. RGB value is (123,9,147). Sum of RGB (Red+Green+Blue) = 123+9+147=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B0993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0993 is #84F66C. Grayscale: #3A3A3A. Windows color (decimal): -8713837 or 9636219. OLE color: 9636219.

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

Color convert

RGB 123 9 147 -
CMYK 0.16 0.94 0 0.42
HSL 289.57º 0.88% 0.31% -
HSV(B) 289.57º 0.94% 0.58% -
XYZ 13.53 6.51 28.15 -
YUV 58.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 123 9 147 0.16 0.94 0 0.42 289.57 0.88 0.31
Hex 7B 9 93 10 5E 0 2A 122 58 1F
Octal 173 11 223 20 136 0 52 442 130 37
Binary 1111011 1001 10010011 10000 1011110 0 101010 100100010 1011000 11111

Color Harmonies of #7B0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0993

Black with #7B0993

Text Example


Text Example

White with #7B0993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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