#782671

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

Shades of Dark Purple #782671

Tints of Dark Purple #782671

Color information

#782671 (or 0x782671) is unknown color: approx Dark Purple. HEX triplet: 78, 26 and 71. RGB value is (120,38,113). Sum of RGB (Red+Green+Blue) = 120+38+113=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #782671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782671 is #87D98E. Grayscale: #464646. Windows color (decimal): -8903055 or 7415416. OLE color: 7415416.

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

Color convert

RGB12038113-
CMYK00.680.060.53
HSL305.12º51.9%30.98%-
HSV(B)305.12º68.33%47.06%-
XYZ11.426.5716.29-
YUV71.07151.67162.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=44.28%
G=14.02%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203811300.680.060.53305.1251.930.98
Hex782671044635131341f
Octal1704616101046654616437
Binary111100010011011100010100010011011010110011000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782671; }

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

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

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

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

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

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

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

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