Html Css Color HEX #7A009D Dark Magenta

📋 copy color: '#7A009D'

red 122 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #7A009D

Tints of Dark Magenta #7A009D

RGB

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

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

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

R = 43.73%
G = 0%
B = 56.27%

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

#7A009D (or 0x7A009D) is known color: Dark Magenta. HEX triplet: 7A, 00 and 9D. RGB value is (122,0,157). Sum of RGB (Red+Green+Blue) = 122+0+157=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A009D is #85FF62. Grayscale: #353535. Windows color (decimal): -8781667 or 10289274. OLE color: 10289274.

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

Color convert

RGB 122 0 157 -
CMYK 0.22 1 0 0.38
HSL 286.62º 1% 0.31% -
HSV(B) 286.62º 1% 0.62% -
XYZ 14.11 6.57 32.42 -
YUV 54.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 122 0 157 0.22 1 0 0.38 286.62 1 0.31
Hex 7A 0 9D 16 64 0 26 11F 64 1F
Octal 172 0 235 26 144 0 46 437 144 37
Binary 1111010 0 10011101 10110 1100100 0 100110 100011111 1100100 11111

Color Harmonies of #7A009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A009D

Black with #7A009D

Text Example


Text Example

White with #7A009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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