#780C6D

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

Shades of Purple #780C6D

Tints of Purple #780C6D

Color information

#780C6D (or 0x780C6D) is unknown color: approx Purple. HEX triplet: 78, 0C and 6D. RGB value is (120,12,109). Sum of RGB (Red+Green+Blue) = 120+12+109=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #780C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C6D is #87F392. Grayscale: #373737. Windows color (decimal): -8909715 or 7146616. OLE color: 7146616.

HSL color Cylindrical-coordinate representation of color #780C6D: hue angle of 306.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C6D is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12012109-
CMYK00.900.090.53
HSL306.11º81.82%25.88%-
HSV(B)306.11º90%47.06%-
XYZ10.645.3614.94-
YUV55.35158.28174.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=49.79%
G=4.98%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201210900.900.090.53306.1181.8225.88
Hex78C6D05A935132521a
Octal170141550132116546212232
Binary111100011001101101010110101001110101100110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,12,109); }

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

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

 a { background-color: rgb(120,12,109); }

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

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

 span { border-color: rgb(120,12,109); }

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