Html Css Color HEX #7A0C93 Dark Magenta

📋 copy color: '#7A0C93'

red 122 ◦ green 12 ◦ blue 147

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

Shades of Dark Magenta #7A0C93

Tints of Dark Magenta #7A0C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 43.42%
G = 4.27%
B = 52.31%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A0C93 (or 0x7A0C93) is known color: Dark Magenta. HEX triplet: 7A, 0C and 93. RGB value is (122,12,147). Sum of RGB (Red+Green+Blue) = 122+12+147=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A0C93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0C93 is #85F36C. Grayscale: #3B3B3B. Windows color (decimal): -8778605 or 9636986. OLE color: 9636986.

HSL color Cylindrical-coordinate representation of color #7A0C93: hue angle of 288.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0C93 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 12 147 -
CMYK 0.17 0.92 0 0.42
HSL 288.89º 0.85% 0.31% -
HSV(B) 288.89º 0.92% 0.58% -
XYZ 13.42 6.51 28.15 -
YUV 60.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 122 12 147 0.17 0.92 0 0.42 288.89 0.85 0.31
Hex 7A C 93 11 5C 0 2A 121 55 1F
Octal 172 14 223 21 134 0 52 441 125 37
Binary 1111010 1100 10010011 10001 1011100 0 101010 100100001 1010101 11111

Color Harmonies of #7A0C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0C93

Black with #7A0C93

Text Example


Text Example

White with #7A0C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,12,147); }

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

background-color css

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

 a { background-color: rgb(122,12,147); }

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

border-color css

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

 span { border-color: rgb(122,12,147); }

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