#782670

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

Shades of Dark Purple #782670

Tints of Dark Purple #782670

Color information

#782670 (or 0x782670) is unknown color: approx Dark Purple. HEX triplet: 78, 26 and 70. RGB value is (120,38,112). Sum of RGB (Red+Green+Blue) = 120+38+112=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #782670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782670 is #87D98F. Grayscale: #464646. Windows color (decimal): -8903056 or 7349880. OLE color: 7349880.

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

Color convert

RGB12038112-
CMYK00.680.070.53
HSL305.85º51.9%30.98%-
HSV(B)305.85º68.33%47.06%-
XYZ11.366.5515.99-
YUV70.95151.17162.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=44.44%
G=14.07%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203811200.680.070.53305.8551.930.98
Hex782670044735132341f
Octal1704616001047654626437
Binary111100010011011100000100010011111010110011001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782670; }

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

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

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

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

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

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

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

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