Html Css Color HEX #7B009D Dark Magenta

📋 copy color: '#7B009D'

red 123 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #7B009D

Tints of Dark Magenta #7B009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.07%

R = 43.93%
G = 0%
B = 56.07%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B009D (or 0x7B009D) is known color: Dark Magenta. HEX triplet: 7B, 00 and 9D. RGB value is (123,0,157). Sum of RGB (Red+Green+Blue) = 123+0+157=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B009D is #84FF62. Grayscale: #363636. Windows color (decimal): -8716131 or 10289275. OLE color: 10289275.

HSL color Cylindrical-coordinate representation of color #7B009D: hue angle of 287.01º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B009D is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 0 157 -
CMYK 0.22 1 0 0.38
HSL 287.01º 1% 0.31% -
HSV(B) 287.01º 1% 0.62% -
XYZ 14.25 6.65 32.43 -
YUV 54.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 123 0 157 0.22 1 0 0.38 287.01 1 0.31
Hex 7B 0 9D 16 64 0 26 11F 64 1F
Octal 173 0 235 26 144 0 46 437 144 37
Binary 1111011 0 10011101 10110 1100100 0 100110 100011111 1100100 11111

Color Harmonies of #7B009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B009D

Black with #7B009D

Text Example


Text Example

White with #7B009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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