Html Css Color HEX #7B0291 Dark Magenta

📋 copy color: '#7B0291'

red 123 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #7B0291

Tints of Dark Magenta #7B0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 45.56%
G = 0.74%
B = 53.7%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B0291 (or 0x7B0291) is known color: Dark Magenta. HEX triplet: 7B, 02 and 91. RGB value is (123,2,145). Sum of RGB (Red+Green+Blue) = 123+2+145=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B0291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0291 is #84FD6E. Grayscale: #363636. Windows color (decimal): -8715631 or 9503355. OLE color: 9503355.

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

Color convert

RGB 123 2 145 -
CMYK 0.15 0.99 0 0.43
HSL 290.77º 0.97% 0.29% -
HSV(B) 290.77º 0.99% 0.57% -
XYZ 13.3 6.3 27.3 -
YUV 54.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 123 2 145 0.15 0.99 0 0.43 290.77 0.97 0.29
Hex 7B 2 91 F 63 0 2B 123 61 1D
Octal 173 2 221 17 143 0 53 443 141 35
Binary 1111011 10 10010001 1111 1100011 0 101011 100100011 1100001 11101

Color Harmonies of #7B0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0291

Black with #7B0291

Text Example


Text Example

White with #7B0291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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