Html Css Color HEX #7B0295 Dark Magenta

📋 copy color: '#7B0295'

red 123 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #7B0295

Tints of Dark Magenta #7B0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 44.89%
G = 0.73%
B = 54.38%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B0295 (or 0x7B0295) is known color: Dark Magenta. HEX triplet: 7B, 02 and 95. RGB value is (123,2,149). Sum of RGB (Red+Green+Blue) = 123+2+149=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B0295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0295 is #84FD6A. Grayscale: #363636. Windows color (decimal): -8715627 or 9765499. OLE color: 9765499.

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

Color convert

RGB 123 2 149 -
CMYK 0.17 0.99 0 0.42
HSL 289.39º 0.97% 0.3% -
HSV(B) 289.39º 0.99% 0.58% -
XYZ 13.61 6.42 28.96 -
YUV 54.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 123 2 149 0.17 0.99 0 0.42 289.39 0.97 0.3
Hex 7B 2 95 11 63 0 2A 121 61 1E
Octal 173 2 225 21 143 0 52 441 141 36
Binary 1111011 10 10010101 10001 1100011 0 101010 100100001 1100001 11110

Color Harmonies of #7B0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0295

Black with #7B0295

Text Example


Text Example

White with #7B0295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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