Html Css Color HEX #7A019B Dark Magenta

📋 copy color: '#7A019B'

red 122 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #7A019B

Tints of Dark Magenta #7A019B

RGB

 RED value IS 122 (48.05% from 255) = 43.88%

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

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

R = 43.88%
G = 0.36%
B = 55.76%

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

#7A019B (or 0x7A019B) is known color: Dark Magenta. HEX triplet: 7A, 01 and 9B. RGB value is (122,1,155). Sum of RGB (Red+Green+Blue) = 122+1+155=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 1 (0.78% from 255 or 0.36% 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 #7A019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A019B is #85FE64. Grayscale: #363636. Windows color (decimal): -8781413 or 10158458. OLE color: 10158458.

HSL color Cylindrical-coordinate representation of color #7A019B: hue angle of 287.14º 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 #7A019B is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 1 155 -
CMYK 0.21 0.99 0 0.39
HSL 287.14º 0.99% 0.31% -
HSV(B) 287.14º 0.99% 0.61% -
XYZ 13.95 6.53 31.53 -
YUV 54.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 122 1 155 0.21 0.99 0 0.39 287.14 0.99 0.31
Hex 7A 1 9B 15 63 0 27 11F 63 1F
Octal 172 1 233 25 143 0 47 437 143 37
Binary 1111010 1 10011011 10101 1100011 0 100111 100011111 1100011 11111

Color Harmonies of #7A019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A019B

Black with #7A019B

Text Example


Text Example

White with #7A019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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