#7A0B9F

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

Shades of Dark Magenta #7A0B9F

Tints of Dark Magenta #7A0B9F

Color information

#7A0B9F (or 0x7A0B9F) is unknown color: approx Dark Magenta. HEX triplet: 7A, 0B and 9F. RGB value is (122,11,159). Sum of RGB (Red+Green+Blue) = 122+11+159=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 11 (4.69% from 255 or 3.77% 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 #7A0B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0B9F is #85F460. Grayscale: #3C3C3C. Windows color (decimal): -8778849 or 10423162. OLE color: 10423162.

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

Color convert

RGB12211159-
CMYK0.230.9300.38
HSL285º87.06%33.33%-
HSV(B)285º93.08%62.35%-
XYZ14.46.8833.37-
YUV61.06183.27171.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 11 (4.69% from 255) = 3.77%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=41.78%
G=3.77%
B=54.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122111590.230.9300.3828587.0633.33
Hex7AB9F175D02611d5721
Octal172132372713504643512741
Binary111101010111001111110111101110101001101000111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,11,159); }

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

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

 a { background-color: rgb(122,11,159); }

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

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

 span { border-color: rgb(122,11,159); }

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