#780371

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

Shades of Purple #780371

Tints of Purple #780371

Color information

#780371 (or 0x780371) is unknown color: approx Purple. HEX triplet: 78, 03 and 71. RGB value is (120,3,113). Sum of RGB (Red+Green+Blue) = 120+3+113=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780371 is #87FC8E. Grayscale: #323232. Windows color (decimal): -8912015 or 7406456. OLE color: 7406456.

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

Color convert

RGB1203113-
CMYK00.980.060.53
HSL303.59º95.12%24.12%-
HSV(B)303.59º97.5%47.06%-
XYZ10.765.2516.07-
YUV50.52163.26177.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=50.85%
G=1.27%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120311300.980.060.53303.5995.1224.12
Hex783710626351305f18
Octal1703161014266546013730
Binary111100011111000101100010110110101100110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780371; }

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

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

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

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

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

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

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

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