Html Css Color HEX #7A029B Dark Magenta

📋 copy color: '#7A029B'

red 122 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #7A029B

Tints of Dark Magenta #7A029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 43.73%
G = 0.72%
B = 55.56%

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

#7A029B (or 0x7A029B) is known color: Dark Magenta. HEX triplet: 7A, 02 and 9B. RGB value is (122,2,155). Sum of RGB (Red+Green+Blue) = 122+2+155=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A029B is #85FD64. Grayscale: #363636. Windows color (decimal): -8781157 or 10158714. OLE color: 10158714.

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

Color convert

RGB 122 2 155 -
CMYK 0.21 0.99 0 0.39
HSL 287.06º 0.97% 0.31% -
HSV(B) 287.06º 0.99% 0.61% -
XYZ 13.96 6.55 31.54 -
YUV 55.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 122 2 155 0.21 0.99 0 0.39 287.06 0.97 0.31
Hex 7A 2 9B 15 63 0 27 11F 61 1F
Octal 172 2 233 25 143 0 47 437 141 37
Binary 1111010 10 10011011 10101 1100011 0 100111 100011111 1100001 11111

Color Harmonies of #7A029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A029B

Black with #7A029B

Text Example


Text Example

White with #7A029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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