Html Css Color HEX #7B1391 Dark Magenta

📋 copy color: '#7B1391'

red 123 ◦ green 19 ◦ blue 145

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

Shades of Dark Magenta #7B1391

Tints of Dark Magenta #7B1391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 42.86%
G = 6.62%
B = 50.52%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B1391 (or 0x7B1391) is known color: Dark Magenta. HEX triplet: 7B, 13 and 91. RGB value is (123,19,145). Sum of RGB (Red+Green+Blue) = 123+19+145=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B1391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1391 is #84EC6E. Grayscale: #404040. Windows color (decimal): -8711279 or 9507707. OLE color: 9507707.

HSL color Cylindrical-coordinate representation of color #7B1391: hue angle of 289.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B1391 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 19 145 -
CMYK 0.15 0.87 0 0.43
HSL 289.52º 0.77% 0.32% -
HSV(B) 289.52º 0.87% 0.57% -
XYZ 13.51 6.72 27.37 -
YUV 64.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 123 19 145 0.15 0.87 0 0.43 289.52 0.77 0.32
Hex 7B 13 91 F 57 0 2B 122 4D 20
Octal 173 23 221 17 127 0 53 442 115 40
Binary 1111011 10011 10010001 1111 1010111 0 101011 100100010 1001101 100000

Color Harmonies of #7B1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1391

Black with #7B1391

Text Example


Text Example

White with #7B1391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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