#7C01AB

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

Shades of Dark Magenta #7C01AB

Tints of Dark Magenta #7C01AB

Color information

#7C01AB (or 0x7C01AB) is unknown color: approx Dark Magenta. HEX triplet: 7C, 01 and AB. RGB value is (124,1,171). Sum of RGB (Red+Green+Blue) = 124+1+171=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C01AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C01AB is #83FE54. Grayscale: #383838. Windows color (decimal): -8650325 or 11207036. OLE color: 11207036.

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

Color convert

RGB1241171-
CMYK0.270.9900.33
HSL283.41º98.84%33.73%-
HSV(B)283.41º99.42%67.06%-
XYZ15.677.2539.1-
YUV57.16192.25175.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=41.89%
G=0.34%
B=57.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12411710.270.9900.33283.4198.8433.73
Hex7C1AB1B6302111b6322
Octal17412533314304143314342
Binary111110011010101111011110001101000011000110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C01AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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