#780368

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

Shades of Purple #780368

Tints of Purple #780368

Color information

#780368 (or 0x780368) is unknown color: approx Purple. HEX triplet: 78, 03 and 68. RGB value is (120,3,104). Sum of RGB (Red+Green+Blue) = 120+3+104=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780368 is #87FC97. Grayscale: #313131. Windows color (decimal): -8912024 or 6816632. OLE color: 6816632.

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

Color convert

RGB1203104-
CMYK00.980.130.53
HSL308.21º95.12%24.12%-
HSV(B)308.21º97.5%47.06%-
XYZ10.285.0613.53-
YUV49.5158.76178.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=52.86%
G=1.32%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120310400.980.130.53308.2195.1224.12
Hex78368062D351345f18
Octal17031500142156546413730
Binary1111000111101000011000101101110101100110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780368; }

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

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

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

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

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

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

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

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