Html Css Color HEX #7C099F Dark Magenta

📋 copy color: '#7C099F'

red 124 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #7C099F

Tints of Dark Magenta #7C099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 42.47%
G = 3.08%
B = 54.45%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C099F (or 0x7C099F) is known color: Dark Magenta. HEX triplet: 7C, 09 and 9F. RGB value is (124,9,159). Sum of RGB (Red+Green+Blue) = 124+9+159=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C099F is #83F660. Grayscale: #3C3C3C. Windows color (decimal): -8648289 or 10422652. OLE color: 10422652.

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

Color convert

RGB 124 9 159 -
CMYK 0.22 0.94 0 0.38
HSL 286º 0.89% 0.33% -
HSV(B) 286º 0.94% 0.62% -
XYZ 14.67 6.98 33.38 -
YUV 60.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 124 9 159 0.22 0.94 0 0.38 286 0.89 0.33
Hex 7C 9 9F 16 5E 0 26 11E 59 21
Octal 174 11 237 26 136 0 46 436 131 41
Binary 1111100 1001 10011111 10110 1011110 0 100110 100011110 1011001 100001

Color Harmonies of #7C099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C099F

Black with #7C099F

Text Example


Text Example

White with #7C099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,159); }

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

background-color css

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

 a { background-color: rgb(124,9,159); }

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

border-color css

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

 span { border-color: rgb(124,9,159); }

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