Html Css Color HEX #7C089E Dark Magenta

📋 copy color: '#7C089E'

red 124 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #7C089E

Tints of Dark Magenta #7C089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

 BLUE value IS 158 (62.11% from 255) = 54.48%

R = 42.76%
G = 2.76%
B = 54.48%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C089E (or 0x7C089E) is known color: Dark Magenta. HEX triplet: 7C, 08 and 9E. RGB value is (124,8,158). Sum of RGB (Red+Green+Blue) = 124+8+158=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C089E is #83F761. Grayscale: #3B3B3B. Windows color (decimal): -8648546 or 10356860. OLE color: 10356860.

HSL color Cylindrical-coordinate representation of color #7C089E: hue angle of 286.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C089E is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 8 158 -
CMYK 0.22 0.95 0 0.38
HSL 286.4º 0.9% 0.33% -
HSV(B) 286.4º 0.95% 0.62% -
XYZ 14.57 6.93 32.92 -
YUV 59.78 183.43 173.8 -
System Red Green Blue C M Y K H S L
Decimal 124 8 158 0.22 0.95 0 0.38 286.4 0.9 0.33
Hex 7C 8 9E 16 5F 0 26 11E 5A 21
Octal 174 10 236 26 137 0 46 436 132 41
Binary 1111100 1000 10011110 10110 1011111 0 100110 100011110 1011010 100001

Color Harmonies of #7C089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C089E

Black with #7C089E

Text Example


Text Example

White with #7C089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,8,158); }

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

background-color css

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

 a { background-color: rgb(124,8,158); }

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

border-color css

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

 span { border-color: rgb(124,8,158); }

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