#780470

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

Shades of Purple #780470

Tints of Purple #780470

Color information

#780470 (or 0x780470) is unknown color: approx Purple. HEX triplet: 78, 04 and 70. RGB value is (120,4,112). Sum of RGB (Red+Green+Blue) = 120+4+112=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780470 is #87FB8F. Grayscale: #323232. Windows color (decimal): -8911760 or 7341176. OLE color: 7341176.

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

Color convert

RGB1204112-
CMYK00.970.070.53
HSL304.14º93.55%24.31%-
HSV(B)304.14º96.67%47.06%-
XYZ10.715.2515.78-
YUV51162.43177.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=50.85%
G=1.69%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120411200.970.070.53304.1493.5524.31
Hex784700617351305e18
Octal1704160014176546013630
Binary1111000100111000001100001111110101100110000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780470; }

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

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

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

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

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

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

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

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