#780787

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

Shades of Purple #780787

Tints of Purple #780787

Color information

#780787 (or 0x780787) is unknown color: approx Purple. HEX triplet: 78, 07 and 87. RGB value is (120,7,135). Sum of RGB (Red+Green+Blue) = 120+7+135=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #780787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780787 is #87F878. Grayscale: #363636. Windows color (decimal): -8910969 or 8849272. OLE color: 8849272.

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

Color convert

RGB1207135-
CMYK0.110.9500.47
HSL292.97º90.14%27.84%-
HSV(B)292.97º94.81%52.94%-
XYZ12.195.8923.42-
YUV55.38172.94174.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 7 (3.12% from 255) = 2.67%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=45.80%
G=2.67%
B=51.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12071350.110.9500.47292.9790.1427.84
Hex78787B5F02F1255a1c
Octal17072071313705744513234
Binary111100011110000111101110111110101111100100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780787; }

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

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

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

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

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

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

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

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