Html Css Color HEX #7B009F Dark Magenta

📋 copy color: '#7B009F'

red 123 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #7B009F

Tints of Dark Magenta #7B009F

RGB

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

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

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

R = 43.62%
G = 0%
B = 56.38%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B009F (or 0x7B009F) is known color: Dark Magenta. HEX triplet: 7B, 00 and 9F. RGB value is (123,0,159). Sum of RGB (Red+Green+Blue) = 123+0+159=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B009F is #84FF60. Grayscale: #363636. Windows color (decimal): -8716129 or 10420347. OLE color: 10420347.

HSL color Cylindrical-coordinate representation of color #7B009F: hue angle of 286.42º 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 #7B009F is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 0 159 -
CMYK 0.23 1 0 0.38
HSL 286.42º 1% 0.31% -
HSV(B) 286.42º 1% 0.62% -
XYZ 14.43 6.71 33.34 -
YUV 54.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 123 0 159 0.23 1 0 0.38 286.42 1 0.31
Hex 7B 0 9F 17 64 0 26 11E 64 1F
Octal 173 0 237 27 144 0 46 436 144 37
Binary 1111011 0 10011111 10111 1100100 0 100110 100011110 1100100 11111

Color Harmonies of #7B009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B009F

Black with #7B009F

Text Example


Text Example

White with #7B009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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