Html Css Color HEX #7A0092 Dark Magenta

📋 copy color: '#7A0092'

red 122 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #7A0092

Tints of Dark Magenta #7A0092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 45.52%
G = 0%
B = 54.48%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A0092 (or 0x7A0092) is known color: Dark Magenta. HEX triplet: 7A, 00 and 92. RGB value is (122,0,146). Sum of RGB (Red+Green+Blue) = 122+0+146=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A0092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0092 is #85FF6D. Grayscale: #343434. Windows color (decimal): -8781678 or 9568378. OLE color: 9568378.

HSL color Cylindrical-coordinate representation of color #7A0092: hue angle of 290.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0092 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 0 146 -
CMYK 0.16 1 0 0.43
HSL 290.14º 1% 0.29% -
HSV(B) 290.14º 1% 0.57% -
XYZ 13.21 6.21 27.7 -
YUV 53.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 122 0 146 0.16 1 0 0.43 290.14 1 0.29
Hex 7A 0 92 10 64 0 2B 122 64 1D
Octal 172 0 222 20 144 0 53 442 144 35
Binary 1111010 0 10010010 10000 1100100 0 101011 100100010 1100100 11101

Color Harmonies of #7A0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0092

Black with #7A0092

Text Example


Text Example

White with #7A0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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