Html Css Color HEX #7B0591 Dark Magenta

📋 copy color: '#7B0591'

red 123 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #7B0591

Tints of Dark Magenta #7B0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 45.05%
G = 1.83%
B = 53.11%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B0591 (or 0x7B0591) is known color: Dark Magenta. HEX triplet: 7B, 05 and 91. RGB value is (123,5,145). Sum of RGB (Red+Green+Blue) = 123+5+145=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B0591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0591 is #84FA6E. Grayscale: #373737. Windows color (decimal): -8714863 or 9504123. OLE color: 9504123.

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

Color convert

RGB 123 5 145 -
CMYK 0.15 0.97 0 0.43
HSL 290.57º 0.93% 0.29% -
HSV(B) 290.57º 0.97% 0.57% -
XYZ 13.33 6.36 27.31 -
YUV 56.24 178.09 175.62 -
System Red Green Blue C M Y K H S L
Decimal 123 5 145 0.15 0.97 0 0.43 290.57 0.93 0.29
Hex 7B 5 91 F 61 0 2B 123 5D 1D
Octal 173 5 221 17 141 0 53 443 135 35
Binary 1111011 101 10010001 1111 1100001 0 101011 100100011 1011101 11101

Color Harmonies of #7B0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0591

Black with #7B0591

Text Example


Text Example

White with #7B0591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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