Html Css Color HEX #7B009B Dark Magenta

📋 copy color: '#7B009B'

red 123 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #7B009B

Tints of Dark Magenta #7B009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.24%
G = 0%
B = 55.76%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B009B (or 0x7B009B) is known color: Dark Magenta. HEX triplet: 7B, 00 and 9B. RGB value is (123,0,155). Sum of RGB (Red+Green+Blue) = 123+0+155=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B009B is #84FF64. Grayscale: #353535. Windows color (decimal): -8716133 or 10158203. OLE color: 10158203.

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

Color convert

RGB 123 0 155 -
CMYK 0.21 1 0 0.39
HSL 287.61º 1% 0.3% -
HSV(B) 287.61º 1% 0.61% -
XYZ 14.08 6.58 31.54 -
YUV 54.45 184.75 176.9 -
System Red Green Blue C M Y K H S L
Decimal 123 0 155 0.21 1 0 0.39 287.61 1 0.3
Hex 7B 0 9B 15 64 0 27 120 64 1E
Octal 173 0 233 25 144 0 47 440 144 36
Binary 1111011 0 10011011 10101 1100100 0 100111 100100000 1100100 11110

Color Harmonies of #7B009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B009B

Black with #7B009B

Text Example


Text Example

White with #7B009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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