Html Css Color HEX #7B1591 Dark Magenta

📋 copy color: '#7B1591'

red 123 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #7B1591

Tints of Dark Magenta #7B1591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 42.56%
G = 7.27%
B = 50.17%

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

#7B1591 (or 0x7B1591) is known color: Dark Magenta. HEX triplet: 7B, 15 and 91. RGB value is (123,21,145). Sum of RGB (Red+Green+Blue) = 123+21+145=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B1591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1591 is #84EA6E. Grayscale: #414141. Windows color (decimal): -8710767 or 9508219. OLE color: 9508219.

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

Color convert

RGB 123 21 145 -
CMYK 0.15 0.86 0 0.43
HSL 289.35º 0.75% 0.33% -
HSV(B) 289.35º 0.86% 0.57% -
XYZ 13.55 6.79 27.38 -
YUV 65.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 123 21 145 0.15 0.86 0 0.43 289.35 0.75 0.33
Hex 7B 15 91 F 56 0 2B 121 4B 21
Octal 173 25 221 17 126 0 53 441 113 41
Binary 1111011 10101 10010001 1111 1010110 0 101011 100100001 1001011 100001

Color Harmonies of #7B1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1591

Black with #7B1591

Text Example


Text Example

White with #7B1591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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