#780378

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

Shades of Purple #780378

Tints of Purple #780378

Color information

#780378 (or 0x780378) is unknown color: approx Purple. HEX triplet: 78, 03 and 78. RGB value is (120,3,120). Sum of RGB (Red+Green+Blue) = 120+3+120=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #780378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780378 is #87FC87. Grayscale: #323232. Windows color (decimal): -8912008 or 7865208. OLE color: 7865208.

HSL color Cylindrical-coordinate representation of color #780378: hue angle of 300º 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 #780378 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1203120-
CMYK00.9800.53
HSL300º95.12%24.12%-
HSV(B)300º97.5%47.06%-
XYZ11.175.4118.23-
YUV51.32166.76176.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=49.38%
G=1.23%
B=49.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120312000.9800.5330095.1224.12
Hex7837806203512c5f18
Octal1703170014206545413730
Binary1111000111111000011000100110101100101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780378; }

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

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

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

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

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

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

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

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