#7B0C9D

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

Shades of Dark Magenta #7B0C9D

Tints of Dark Magenta #7B0C9D

Color information

#7B0C9D (or 0x7B0C9D) is unknown color: approx Dark Magenta. HEX triplet: 7B, 0C and 9D. RGB value is (123,12,157). Sum of RGB (Red+Green+Blue) = 123+12+157=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B0C9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0C9D is #84F362. Grayscale: #3D3D3D. Windows color (decimal): -8713059 or 10292347. OLE color: 10292347.

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

Color convert

RGB12312157-
CMYK0.220.9200.38
HSL285.93º85.8%33.14%-
HSV(B)285.93º92.36%61.57%-
XYZ14.396.9132.47-
YUV61.72181.77171.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.12%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=42.12%
G=4.11%
B=53.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123121570.220.9200.38285.9385.833.14
Hex7BC9D165C02611e5621
Octal173142352613404643612641
Binary111101111001001110110110101110001001101000111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,12,157); }

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

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

 a { background-color: rgb(123,12,157); }

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

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

 span { border-color: rgb(123,12,157); }

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