#7f0ba5

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

Shades of Dark Magenta #7F0BA5

Tints of Dark Magenta #7F0BA5

Color information

#7F0BA5 (or 0x7F0BA5) is unknown color: approx Dark Magenta. HEX triplet: 7F, 0B and A5. RGB value is (127,11,165). Sum of RGB (Red+Green+Blue) = 127+11+165=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 165 (64.84% from 255 or 54.46% from 303); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F0BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0BA5 is #80F45A. Grayscale: #3E3E3E. Windows color (decimal): -8451163 or 10816383. OLE color: 10816383.

HSL color Cylindrical-coordinate representation of color #7F0BA5: hue angle of 285.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0BA5 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12711165-
CMYK0.230.9300.35
HSL285.19º87.5%34.51%-
HSV(B)285.19º93.33%64.71%-
XYZ15.667.4736.21-
YUV63.24185.43173.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.91%
GREEN value IS 11 (4.69% from 255) = 3.63%
BLUE value IS 165 (64.84% from 255) = 54.46%
R=41.91%
G=3.63%
B=54.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127111650.230.9300.35285.1987.534.51
Hex7FBA5175D02311d5823
Octal177132452713504343513043
Binary111111110111010010110111101110101000111000111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f0ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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