Html Css Color HEX #7C0D94 Dark Magenta

📋 copy color: '#7C0D94'

red 124 ◦ green 13 ◦ blue 148

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

Shades of Dark Magenta #7C0D94

Tints of Dark Magenta #7C0D94

RGB

 RED value IS 124 (48.83% from 255) = 43.51%

 GREEN value IS 13 (5.47% from 255) = 4.56%

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 43.51%
G = 4.56%
B = 51.93%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C0D94 (or 0x7C0D94) is known color: Dark Magenta. HEX triplet: 7C, 0D and 94. RGB value is (124,13,148). Sum of RGB (Red+Green+Blue) = 124+13+148=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C0D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0D94 is #83F26B. Grayscale: #3D3D3D. Windows color (decimal): -8647276 or 9702780. OLE color: 9702780.

HSL color Cylindrical-coordinate representation of color #7C0D94: hue angle of 289.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0D94 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 13 148 -
CMYK 0.16 0.91 0 0.42
HSL 289.33º 0.84% 0.32% -
HSV(B) 289.33º 0.91% 0.58% -
XYZ 13.8 6.71 28.58 -
YUV 61.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 124 13 148 0.16 0.91 0 0.42 289.33 0.84 0.32
Hex 7C D 94 10 5B 0 2A 121 54 20
Octal 174 15 224 20 133 0 52 441 124 40
Binary 1111100 1101 10010100 10000 1011011 0 101010 100100001 1010100 100000

Color Harmonies of #7C0D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0D94

Black with #7C0D94

Text Example


Text Example

White with #7C0D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,13,148); }

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

background-color css

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

 a { background-color: rgb(124,13,148); }

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

border-color css

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

 span { border-color: rgb(124,13,148); }

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