#780087

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

Shades of Purple #780087

Tints of Purple #780087

Color information

#780087 (or 0x780087) is unknown color: approx Purple. HEX triplet: 78, 00 and 87. RGB value is (120,0,135). Sum of RGB (Red+Green+Blue) = 120+0+135=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #780087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780087 is #87FF78. Grayscale: #323232. Windows color (decimal): -8912761 or 8847480. OLE color: 8847480.

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

Color convert

RGB1200135-
CMYK0.11100.47
HSL293.33º100%26.47%-
HSV(B)293.33º100%52.94%-
XYZ12.125.7423.39-
YUV51.27175.26177.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=47.06%
G=0%
B=52.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12001350.11100.47293.3310026.47
Hex78087B6402F125641a
Octal17002071314405744514432
Binary1111000010000111101111001000101111100100101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780087; }

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

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

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

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

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

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

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

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