#7F0BAC

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

Shades of Dark Magenta #7F0BAC

Tints of Dark Magenta #7F0BAC

Color information

#7F0BAC (or 0x7F0BAC) is unknown color: approx Dark Magenta. HEX triplet: 7F, 0B and AC. RGB value is (127,11,172). Sum of RGB (Red+Green+Blue) = 127+11+172=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0BAC is #80F453. Grayscale: #3F3F3F. Windows color (decimal): -8451156 or 11275135. OLE color: 11275135.

HSL color Cylindrical-coordinate representation of color #7F0BAC: hue angle of 283.23º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0BAC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12711172-
CMYK0.260.9400.33
HSL283.23º87.98%35.88%-
HSV(B)283.23º93.6%67.45%-
XYZ16.327.7339.66-
YUV64.04188.93172.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 172 (67.58% from 255) = 55.48%
R=40.97%
G=3.55%
B=55.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127111720.260.9400.33283.2387.9835.88
Hex7FBAC1A5E02111b5824
Octal177132543213604143313044
Binary111111110111010110011010101111001000011000110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,11,172); }

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

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

 a { background-color: rgb(127,11,172); }

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

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

 span { border-color: rgb(127,11,172); }

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