#7B01A1

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

Shades of Dark Magenta #7B01A1

Tints of Dark Magenta #7B01A1

Color information

#7B01A1 (or 0x7B01A1) is unknown color: approx Dark Magenta. HEX triplet: 7B, 01 and A1. RGB value is (123,1,161). Sum of RGB (Red+Green+Blue) = 123+1+161=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #7B01A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B01A1 is #84FE5E. Grayscale: #373737. Windows color (decimal): -8715871 or 10551675. OLE color: 10551675.

HSL color Cylindrical-coordinate representation of color #7B01A1: hue angle of 285.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B01A1 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1231161-
CMYK0.240.9900.37
HSL285.75º98.77%31.76%-
HSV(B)285.75º99.38%63.14%-
XYZ14.616.8134.26-
YUV55.72187.42175.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.16%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 161 (63.28% from 255) = 56.49%
R=43.16%
G=0.35%
B=56.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12311610.240.9900.37285.7598.7731.76
Hex7B1A1186302511e6320
Octal17312413014304543614340
Binary111101111010000111000110001101001011000111101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B01A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,1,161); }

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

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

 a { background-color: rgb(123,1,161); }

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

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

 span { border-color: rgb(123,1,161); }

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