#7C00AB

Color #7C00AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7C00AB

Tints of Dark Magenta #7C00AB

Color information

#7C00AB (or 0x7C00AB) is unknown color: approx Dark Magenta. HEX triplet: 7C, 00 and AB. RGB value is (124,0,171). Sum of RGB (Red+Green+Blue) = 124+0+171=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C00AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C00AB is #83FF54. Grayscale: #383838. Windows color (decimal): -8650581 or 11206780. OLE color: 11206780.

HSL color Cylindrical-coordinate representation of color #7C00AB: hue angle of 283.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00AB is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1240171-
CMYK0.27100.33
HSL283.51º100%33.53%-
HSV(B)283.51º100%67.06%-
XYZ15.667.2339.1-
YUV56.57192.58176.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=42.03%
G=0%
B=57.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12401710.27100.33283.5110033.53
Hex7C0AB1B6402111c6422
Octal17402533314404143414442
Binary111110001010101111011110010001000011000111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,0,171); }

 H1.HeaderClassName
 {
   color: #7C00AB;
 }
 .AnyTagClassName
 {
   color: #7C00AB;
 }
</style>
background-color css

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

 a { background-color: rgb(124,0,171); }

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

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

 span { border-color: rgb(124,0,171); }

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