#780699

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

Shades of Dark Magenta #780699

Tints of Dark Magenta #780699

Color information

#780699 (or 0x780699) is unknown color: approx Dark Magenta. HEX triplet: 78, 06 and 99. RGB value is (120,6,153). Sum of RGB (Red+Green+Blue) = 120+6+153=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #780699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780699 is #87F966. Grayscale: #383838. Windows color (decimal): -8911207 or 10028664. OLE color: 10028664.

HSL color Cylindrical-coordinate representation of color #780699: hue angle of 286.53º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780699 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1206153-
CMYK0.220.9600.4
HSL286.53º92.45%31.18%-
HSV(B)286.53º96.08%60%-
XYZ13.566.4230.66-
YUV56.84182.27173.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 6 (2.73% from 255) = 2.15%
BLUE value IS 153 (60.16% from 255) = 54.84%
R=43.01%
G=2.15%
B=54.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12061530.220.9600.4286.5392.4531.18
Hex78699166002811f5c1f
Octal17062312614005043713437
Binary1111000110100110011011011000000101000100011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780699; }

 p { color: rgb(120,6,153); }

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

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

 a { background-color: rgb(120,6,153); }

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

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

 span { border-color: rgb(120,6,153); }

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