#781387

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

Shades of Purple #781387

Tints of Purple #781387

Color information

#781387 (or 0x781387) is unknown color: approx Purple. HEX triplet: 78, 13 and 87. RGB value is (120,19,135). Sum of RGB (Red+Green+Blue) = 120+19+135=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #781387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781387 is #87EC78. Grayscale: #3E3E3E. Windows color (decimal): -8907897 or 8852344. OLE color: 8852344.

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

Color convert

RGB12019135-
CMYK0.110.8600.47
HSL292.24º75.32%30.2%-
HSV(B)292.24º85.93%52.94%-
XYZ12.356.2123.47-
YUV62.42168.96169.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 135 (53.12% from 255) = 49.27%
R=43.80%
G=6.93%
B=49.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120191350.110.8600.47292.2475.3230.2
Hex781387B5602F1244b1e
Octal170232071312605744411336
Binary11110001001110000111101110101100101111100100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781387; }

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

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

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

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

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

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

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

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