#782470

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

Shades of Dark Purple #782470

Tints of Dark Purple #782470

Color information

#782470 (or 0x782470) is unknown color: approx Dark Purple. HEX triplet: 78, 24 and 70. RGB value is (120,36,112). Sum of RGB (Red+Green+Blue) = 120+36+112=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #782470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782470 is #87DB8F. Grayscale: #454545. Windows color (decimal): -8903568 or 7349368. OLE color: 7349368.

HSL color Cylindrical-coordinate representation of color #782470: hue angle of 305.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782470 is Cyan = 0, Magento = 0.7, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12036112-
CMYK00.70.070.53
HSL305.71º53.85%30.59%-
HSV(B)305.71º70%47.06%-
XYZ11.36.4215.97-
YUV69.78151.83163.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=44.78%
G=13.43%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203611200.70.070.53305.7153.8530.59
Hex782470046735132361f
Octal1704416001067654626637
Binary111100010010011100000100011011111010110011001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782470; }

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

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

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

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

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

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

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

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