Html Css Color HEX #7B1692 Dark Magenta

📋 copy color: '#7B1692'

red 123 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #7B1692

Tints of Dark Magenta #7B1692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 42.27%
G = 7.56%
B = 50.17%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7B1692 (or 0x7B1692) is known color: Dark Magenta. HEX triplet: 7B, 16 and 92. RGB value is (123,22,146). Sum of RGB (Red+Green+Blue) = 123+22+146=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B1692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1692 is #84E96D. Grayscale: #414141. Windows color (decimal): -8710510 or 9574011. OLE color: 9574011.

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

Color convert

RGB 123 22 146 -
CMYK 0.16 0.85 0 0.43
HSL 288.87º 0.74% 0.33% -
HSV(B) 288.87º 0.85% 0.57% -
XYZ 13.64 6.86 27.8 -
YUV 66.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 123 22 146 0.16 0.85 0 0.43 288.87 0.74 0.33
Hex 7B 16 92 10 55 0 2B 121 4A 21
Octal 173 26 222 20 125 0 53 441 112 41
Binary 1111011 10110 10010010 10000 1010101 0 101011 100100001 1001010 100001

Color Harmonies of #7B1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1692

Black with #7B1692

Text Example


Text Example

White with #7B1692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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