Html Css Color HEX #7B0891 Dark Magenta

📋 copy color: '#7B0891'

red 123 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #7B0891

Tints of Dark Magenta #7B0891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 44.57%
G = 2.9%
B = 52.54%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B0891 (or 0x7B0891) is known color: Dark Magenta. HEX triplet: 7B, 08 and 91. RGB value is (123,8,145). Sum of RGB (Red+Green+Blue) = 123+8+145=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B0891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0891 is #84F76E. Grayscale: #393939. Windows color (decimal): -8714095 or 9504891. OLE color: 9504891.

HSL color Cylindrical-coordinate representation of color #7B0891: hue angle of 290.36º degrees, saturation: 0.9, 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 #7B0891 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 8 145 -
CMYK 0.15 0.94 0 0.43
HSL 290.37º 0.9% 0.3% -
HSV(B) 290.37º 0.94% 0.57% -
XYZ 13.37 6.43 27.32 -
YUV 58 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 123 8 145 0.15 0.94 0 0.43 290.37 0.9 0.3
Hex 7B 8 91 F 5E 0 2B 122 5A 1E
Octal 173 10 221 17 136 0 53 442 132 36
Binary 1111011 1000 10010001 1111 1011110 0 101011 100100010 1011010 11110

Color Harmonies of #7B0891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0891

Black with #7B0891

Text Example


Text Example

White with #7B0891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,145); }

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

background-color css

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

 a { background-color: rgb(123,8,145); }

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

border-color css

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

 span { border-color: rgb(123,8,145); }

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