#7B06AB

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

Shades of Dark Magenta #7B06AB

Tints of Dark Magenta #7B06AB

Color information

#7B06AB (or 0x7B06AB) is unknown color: approx Dark Magenta. HEX triplet: 7B, 06 and AB. RGB value is (123,6,171). Sum of RGB (Red+Green+Blue) = 123+6+171=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B06AB is #84F954. Grayscale: #3B3B3B. Windows color (decimal): -8714581 or 11208315. OLE color: 11208315.

HSL color Cylindrical-coordinate representation of color #7B06AB: hue angle of 282.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B06AB is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1236171-
CMYK0.280.9600.33
HSL282.55º93.22%34.71%-
HSV(B)282.55º96.49%67.06%-
XYZ15.587.2839.11-
YUV59.79190.76173.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 171 (67.19% from 255) = 57%
R=41%
G=2%
B=57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12361710.280.9600.33282.5593.2234.71
Hex7B6AB1C6002111b5d23
Octal17362533414004143313543
Binary11110111101010101111100110000001000011000110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B06AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,171); }

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

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

 a { background-color: rgb(123,6,171); }

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

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

 span { border-color: rgb(123,6,171); }

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