#780F87

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

Shades of Purple #780F87

Tints of Purple #780F87

Color information

#780F87 (or 0x780F87) is unknown color: approx Purple. HEX triplet: 78, 0F and 87. RGB value is (120,15,135). Sum of RGB (Red+Green+Blue) = 120+15+135=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #780F87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780F87 is #87F078. Grayscale: #3B3B3B. Windows color (decimal): -8908921 or 8851320. OLE color: 8851320.

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

Color convert

RGB12015135-
CMYK0.110.8900.47
HSL292.5º80%29.41%-
HSV(B)292.5º88.89%52.94%-
XYZ12.296.0823.45-
YUV60.08170.29170.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 15 (6.25% from 255) = 5.56%
BLUE value IS 135 (53.12% from 255) = 50%
R=44.44%
G=5.56%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120151350.110.8900.47292.58029.41
Hex78F87B5902F124501d
Octal170172071313105744412035
Binary1111000111110000111101110110010101111100100100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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