#780A6F

Color #780A6F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #780A6F

Tints of Purple #780A6F

Color information

#780A6F (or 0x780A6F) is unknown color: approx Purple. HEX triplet: 78, 0A and 6F. RGB value is (120,10,111). Sum of RGB (Red+Green+Blue) = 120+10+111=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #780A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A6F is #87F590. Grayscale: #363636. Windows color (decimal): -8910225 or 7277176. OLE color: 7277176.

HSL color Cylindrical-coordinate representation of color #780A6F: hue angle of 304.91º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A6F is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12010111-
CMYK00.920.080.53
HSL304.91º84.62%25.49%-
HSV(B)304.91º91.67%47.06%-
XYZ10.725.3615.51-
YUV54.4159.94174.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=49.79%
G=4.15%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201011100.920.080.53304.9184.6225.49
Hex78A6F05C8351315519
Octal170121570134106546112531
Binary111100010101101111010111001000110101100110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780A6F; }

 p { color: rgb(120,10,111); }

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

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

 a { background-color: rgb(120,10,111); }

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

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

 span { border-color: rgb(120,10,111); }

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