#780D7C

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

Shades of Purple #780D7C

Tints of Purple #780D7C

Color information

#780D7C (or 0x780D7C) is unknown color: approx Purple. HEX triplet: 78, 0D and 7C. RGB value is (120,13,124). Sum of RGB (Red+Green+Blue) = 120+13+124=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #780D7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D7C is #87F283. Grayscale: #393939. Windows color (decimal): -8909444 or 8129912. OLE color: 8129912.

HSL color Cylindrical-coordinate representation of color #780D7C: hue angle of 297.84º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780D7C is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12013124-
CMYK0.030.9000.51
HSL297.84º81.02%26.86%-
HSV(B)297.84º89.52%48.63%-
XYZ11.535.7419.57-
YUV57.65165.45172.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 13 (5.47% from 255) = 5.06%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=46.69%
G=5.06%
B=48.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120131240.030.9000.51297.8481.0226.86
Hex78D7C35A03312a511b
Octal17015174313206345212133
Binary1111000110111111001110110100110011100101010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,13,124); }

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

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

 a { background-color: rgb(120,13,124); }

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

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

 span { border-color: rgb(120,13,124); }

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