Html Css Color HEX #7C0A98 Dark Magenta

📋 copy color: '#7C0A98'

red 124 ◦ green 10 ◦ blue 152

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

Shades of Dark Magenta #7C0A98

Tints of Dark Magenta #7C0A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 43.36%
G = 3.5%
B = 53.15%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7C0A98 (or 0x7C0A98) is known color: Dark Magenta. HEX triplet: 7C, 0A and 98. RGB value is (124,10,152). Sum of RGB (Red+Green+Blue) = 124+10+152=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C0A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0A98 is #83F567. Grayscale: #3B3B3B. Windows color (decimal): -8648040 or 9964156. OLE color: 9964156.

HSL color Cylindrical-coordinate representation of color #7C0A98: hue angle of 288.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0A98 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 10 152 -
CMYK 0.18 0.93 0 0.40
HSL 288.17º 0.88% 0.32% -
HSV(B) 288.17º 0.93% 0.6% -
XYZ 14.09 6.77 30.27 -
YUV 60.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 124 10 152 0.18 0.93 0 0.40 288.17 0.88 0.32
Hex 7C A 98 12 5D 0 28 120 58 20
Octal 174 12 230 22 135 0 50 440 130 40
Binary 1111100 1010 10011000 10010 1011101 0 101000 100100000 1011000 100000

Color Harmonies of #7C0A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0A98

Black with #7C0A98

Text Example


Text Example

White with #7C0A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,10,152); }

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

background-color css

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

 a { background-color: rgb(124,10,152); }

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

border-color css

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

 span { border-color: rgb(124,10,152); }

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