Html Css Color HEX #7B129F Dark Magenta

📋 copy color: '#7B129F'

red 123 ◦ green 18 ◦ blue 159

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

Shades of Dark Magenta #7B129F

Tints of Dark Magenta #7B129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

 BLUE value IS 159 (62.5% from 255) = 53%

R = 41%
G = 6%
B = 53%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B129F (or 0x7B129F) is known color: Dark Magenta. HEX triplet: 7B, 12 and 9F. RGB value is (123,18,159). Sum of RGB (Red+Green+Blue) = 123+18+159=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B129F is #84ED60. Grayscale: #414141. Windows color (decimal): -8711521 or 10424955. OLE color: 10424955.

HSL color Cylindrical-coordinate representation of color #7B129F: hue angle of 284.68º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B129F is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 18 159 -
CMYK 0.23 0.89 0 0.38
HSL 284.68º 0.8% 0.35% -
HSV(B) 284.68º 0.89% 0.62% -
XYZ 14.64 7.15 33.41 -
YUV 65.47 180.79 169.04 -
System Red Green Blue C M Y K H S L
Decimal 123 18 159 0.23 0.89 0 0.38 284.68 0.8 0.35
Hex 7B 12 9F 17 59 0 26 11D 50 23
Octal 173 22 237 27 131 0 46 435 120 43
Binary 1111011 10010 10011111 10111 1011001 0 100110 100011101 1010000 100011

Color Harmonies of #7B129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B129F

Black with #7B129F

Text Example


Text Example

White with #7B129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,18,159); }

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

background-color css

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

 a { background-color: rgb(123,18,159); }

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

border-color css

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

 span { border-color: rgb(123,18,159); }

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