Html Css Color HEX #7B019B Dark Magenta

📋 copy color: '#7B019B'

red 123 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #7B019B

Tints of Dark Magenta #7B019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 44.09%
G = 0.36%
B = 55.56%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B019B (or 0x7B019B) is known color: Dark Magenta. HEX triplet: 7B, 01 and 9B. RGB value is (123,1,155). Sum of RGB (Red+Green+Blue) = 123+1+155=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B019B is #84FE64. Grayscale: #363636. Windows color (decimal): -8715877 or 10158459. OLE color: 10158459.

HSL color Cylindrical-coordinate representation of color #7B019B: hue angle of 287.53º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B019B is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 1 155 -
CMYK 0.21 0.99 0 0.39
HSL 287.53º 0.99% 0.31% -
HSV(B) 287.53º 0.99% 0.61% -
XYZ 14.1 6.6 31.54 -
YUV 55.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 123 1 155 0.21 0.99 0 0.39 287.53 0.99 0.31
Hex 7B 1 9B 15 63 0 27 120 63 1F
Octal 173 1 233 25 143 0 47 440 143 37
Binary 1111011 1 10011011 10101 1100011 0 100111 100100000 1100011 11111

Color Harmonies of #7B019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B019B

Black with #7B019B

Text Example


Text Example

White with #7B019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,1,155); }

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

background-color css

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

 a { background-color: rgb(123,1,155); }

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

border-color css

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

 span { border-color: rgb(123,1,155); }

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