#780468

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

Shades of Purple #780468

Tints of Purple #780468

Color information

#780468 (or 0x780468) is unknown color: approx Purple. HEX triplet: 78, 04 and 68. RGB value is (120,4,104). Sum of RGB (Red+Green+Blue) = 120+4+104=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #780468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780468 is #87FB97. Grayscale: #313131. Windows color (decimal): -8911768 or 6816888. OLE color: 6816888.

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

Color convert

RGB1204104-
CMYK00.970.130.53
HSL308.28º93.55%24.31%-
HSV(B)308.28º96.67%47.06%-
XYZ10.295.0813.53-
YUV50.08158.43177.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=52.63%
G=1.75%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120410400.970.130.53308.2893.5524.31
Hex78468061D351345e18
Octal17041500141156546413630
Binary11110001001101000011000011101110101100110100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780468; }

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

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

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

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

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

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

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

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