#780887

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

Shades of Purple #780887

Tints of Purple #780887

Color information

#780887 (or 0x780887) is unknown color: approx Purple. HEX triplet: 78, 08 and 87. RGB value is (120,8,135). Sum of RGB (Red+Green+Blue) = 120+8+135=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #780887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780887 is #87F778. Grayscale: #373737. Windows color (decimal): -8910713 or 8849528. OLE color: 8849528.

HSL color Cylindrical-coordinate representation of color #780887: hue angle of 292.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780887 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1208135-
CMYK0.110.9400.47
HSL292.91º88.81%28.04%-
HSV(B)292.91º94.07%52.94%-
XYZ12.215.9223.42-
YUV55.97172.61173.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 8 (3.52% from 255) = 3.04%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=45.63%
G=3.04%
B=51.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12081350.110.9400.47292.9188.8128.04
Hex78887B5E02F125591c
Octal170102071313605744513134
Binary1111000100010000111101110111100101111100100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780887; }

 p { color: rgb(120,8,135); }

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

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

 a { background-color: rgb(120,8,135); }

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

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

 span { border-color: rgb(120,8,135); }

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