#782871

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

Shades of Dark Purple #782871

Tints of Dark Purple #782871

Color information

#782871 (or 0x782871) is unknown color: approx Dark Purple. HEX triplet: 78, 28 and 71. RGB value is (120,40,113). Sum of RGB (Red+Green+Blue) = 120+40+113=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #782871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782871 is #87D78E. Grayscale: #484848. Windows color (decimal): -8902543 or 7415928. OLE color: 7415928.

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

Color convert

RGB12040113-
CMYK00.670.060.53
HSL305.25º50%31.37%-
HSV(B)305.25º66.67%47.06%-
XYZ11.496.716.31-
YUV72.24151162.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=43.96%
G=14.65%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204011300.670.060.53305.255031.37
Hex782871043635131321f
Octal1705016101036654616237
Binary111100010100011100010100001111011010110011000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782871; }

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

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

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

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

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

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

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

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