Html Css Color HEX #7B0892 Dark Magenta

📋 copy color: '#7B0892'

red 123 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #7B0892

Tints of Dark Magenta #7B0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 44.4%
G = 2.89%
B = 52.71%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B0892 (or 0x7B0892) is known color: Dark Magenta. HEX triplet: 7B, 08 and 92. RGB value is (123,8,146). Sum of RGB (Red+Green+Blue) = 123+8+146=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B0892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0892 is #84F76D. Grayscale: #393939. Windows color (decimal): -8714094 or 9570427. OLE color: 9570427.

HSL color Cylindrical-coordinate representation of color #7B0892: hue angle of 290º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0892 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 8 146 -
CMYK 0.16 0.95 0 0.43
HSL 290º 0.9% 0.3% -
HSV(B) 290º 0.95% 0.57% -
XYZ 13.44 6.46 27.73 -
YUV 58.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 123 8 146 0.16 0.95 0 0.43 290 0.9 0.3
Hex 7B 8 92 10 5F 0 2B 122 5A 1E
Octal 173 10 222 20 137 0 53 442 132 36
Binary 1111011 1000 10010010 10000 1011111 0 101011 100100010 1011010 11110

Color Harmonies of #7B0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0892

Black with #7B0892

Text Example


Text Example

White with #7B0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,146); }

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

background-color css

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

 a { background-color: rgb(123,8,146); }

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

border-color css

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

 span { border-color: rgb(123,8,146); }

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