#780385

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

Shades of Purple #780385

Tints of Purple #780385

Color information

#780385 (or 0x780385) is unknown color: approx Purple. HEX triplet: 78, 03 and 85. RGB value is (120,3,133). Sum of RGB (Red+Green+Blue) = 120+3+133=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #780385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780385 is #87FC7A. Grayscale: #343434. Windows color (decimal): -8911995 or 8717176. OLE color: 8717176.

HSL color Cylindrical-coordinate representation of color #780385: hue angle of 294º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780385 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1203133-
CMYK0.100.9800.48
HSL294º95.59%26.67%-
HSV(B)294º97.74%52.16%-
XYZ12.015.7522.67-
YUV52.8173.26175.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=46.88%
G=1.17%
B=51.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12031330.100.9800.4829495.5926.67
Hex78385A62030126601b
Octal17032051214206044614033
Binary11110001110000101101011000100110000100100110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780385; }

 p { color: rgb(120,3,133); }

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

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

 a { background-color: rgb(120,3,133); }

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

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

 span { border-color: rgb(120,3,133); }

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