Html Css Color HEX #7B0296 Dark Magenta

📋 copy color: '#7B0296'

red 123 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #7B0296

Tints of Dark Magenta #7B0296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.55%

R = 44.73%
G = 0.73%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B0296 (or 0x7B0296) is known color: Dark Magenta. HEX triplet: 7B, 02 and 96. RGB value is (123,2,150). Sum of RGB (Red+Green+Blue) = 123+2+150=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B0296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0296 is #84FD69. Grayscale: #363636. Windows color (decimal): -8715626 or 9831035. OLE color: 9831035.

HSL color Cylindrical-coordinate representation of color #7B0296: hue angle of 289.05º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0296 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 2 150 -
CMYK 0.18 0.99 0 0.41
HSL 289.05º 0.97% 0.3% -
HSV(B) 289.05º 0.99% 0.59% -
XYZ 13.7 6.46 29.38 -
YUV 55.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 123 2 150 0.18 0.99 0 0.41 289.05 0.97 0.3
Hex 7B 2 96 12 63 0 29 121 61 1E
Octal 173 2 226 22 143 0 51 441 141 36
Binary 1111011 10 10010110 10010 1100011 0 101001 100100001 1100001 11110

Color Harmonies of #7B0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0296

Black with #7B0296

Text Example


Text Example

White with #7B0296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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