#782471

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

Shades of Dark Purple #782471

Tints of Dark Purple #782471

Color information

#782471 (or 0x782471) is unknown color: approx Dark Purple. HEX triplet: 78, 24 and 71. RGB value is (120,36,113). Sum of RGB (Red+Green+Blue) = 120+36+113=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #782471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782471 is #87DB8E. Grayscale: #454545. Windows color (decimal): -8903567 or 7414904. OLE color: 7414904.

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

Color convert

RGB12036113-
CMYK00.70.060.53
HSL305º53.85%30.59%-
HSV(B)305º70%47.06%-
XYZ11.366.4516.27-
YUV69.89152.33163.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=44.61%
G=13.38%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203611300.70.060.5330553.8530.59
Hex782471046635131361f
Octal1704416101066654616637
Binary111100010010011100010100011011011010110011000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782471; }

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

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

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

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

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

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

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

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