Html Css Color HEX #7A009B Dark Magenta

📋 copy color: '#7A009B'

red 122 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #7A009B

Tints of Dark Magenta #7A009B

RGB

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

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

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

R = 44.04%
G = 0%
B = 55.96%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A009B (or 0x7A009B) is known color: Dark Magenta. HEX triplet: 7A, 00 and 9B. RGB value is (122,0,155). Sum of RGB (Red+Green+Blue) = 122+0+155=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A009B is #85FF64. Grayscale: #353535. Windows color (decimal): -8781669 or 10158202. OLE color: 10158202.

HSL color Cylindrical-coordinate representation of color #7A009B: hue angle of 287.23º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A009B is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 0 155 -
CMYK 0.21 1 0 0.39
HSL 287.23º 1% 0.3% -
HSV(B) 287.23º 1% 0.61% -
XYZ 13.94 6.5 31.53 -
YUV 54.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 122 0 155 0.21 1 0 0.39 287.23 1 0.3
Hex 7A 0 9B 15 64 0 27 11F 64 1E
Octal 172 0 233 25 144 0 47 437 144 36
Binary 1111010 0 10011011 10101 1100100 0 100111 100011111 1100100 11110

Color Harmonies of #7A009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A009B

Black with #7A009B

Text Example


Text Example

White with #7A009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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