Html Css Color HEX #7B019D Dark Magenta

📋 copy color: '#7B019D'

red 123 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #7B019D

Tints of Dark Magenta #7B019D

RGB

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

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

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

R = 43.77%
G = 0.36%
B = 55.87%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B019D (or 0x7B019D) is known color: Dark Magenta. HEX triplet: 7B, 01 and 9D. RGB value is (123,1,157). Sum of RGB (Red+Green+Blue) = 123+1+157=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B019D is #84FE62. Grayscale: #363636. Windows color (decimal): -8715875 or 10289531. OLE color: 10289531.

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

Color convert

RGB 123 1 157 -
CMYK 0.22 0.99 0 0.38
HSL 286.92º 0.99% 0.31% -
HSV(B) 286.92º 0.99% 0.62% -
XYZ 14.27 6.67 32.43 -
YUV 55.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 123 1 157 0.22 0.99 0 0.38 286.92 0.99 0.31
Hex 7B 1 9D 16 63 0 26 11F 63 1F
Octal 173 1 235 26 143 0 46 437 143 37
Binary 1111011 1 10011101 10110 1100011 0 100110 100011111 1100011 11111

Color Harmonies of #7B019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B019D

Black with #7B019D

Text Example


Text Example

White with #7B019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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