Html Css Color HEX #7B1491 Dark Magenta

📋 copy color: '#7B1491'

red 123 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #7B1491

Tints of Dark Magenta #7B1491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 42.71%
G = 6.94%
B = 50.35%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B1491 (or 0x7B1491) is known color: Dark Magenta. HEX triplet: 7B, 14 and 91. RGB value is (123,20,145). Sum of RGB (Red+Green+Blue) = 123+20+145=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B1491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1491 is #84EB6E. Grayscale: #404040. Windows color (decimal): -8711023 or 9507963. OLE color: 9507963.

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

Color convert

RGB 123 20 145 -
CMYK 0.15 0.86 0 0.43
HSL 289.44º 0.76% 0.32% -
HSV(B) 289.44º 0.86% 0.57% -
XYZ 13.53 6.76 27.38 -
YUV 65.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 123 20 145 0.15 0.86 0 0.43 289.44 0.76 0.32
Hex 7B 14 91 F 56 0 2B 121 4C 20
Octal 173 24 221 17 126 0 53 441 114 40
Binary 1111011 10100 10010001 1111 1010110 0 101011 100100001 1001100 100000

Color Harmonies of #7B1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1491

Black with #7B1491

Text Example


Text Example

White with #7B1491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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