#813878

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

Shades of Dark Purple #813878

Tints of Dark Purple #813878

Color information

#813878 (or 0x813878) is unknown color: approx Dark Purple. HEX triplet: 81, 38 and 78. RGB value is (129,56,120). Sum of RGB (Red+Green+Blue) = 129+56+120=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #813878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813878 is #7EC787. Grayscale: #545454. Windows color (decimal): -8308616 or 7878785. OLE color: 7878785.

HSL color Cylindrical-coordinate representation of color #813878: hue angle of 307.4º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813878 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12956120-
CMYK00.570.070.49
HSL307.4º39.46%36.27%-
HSV(B)307.4º56.59%50.59%-
XYZ13.868.8518.75-
YUV85.12147.68159.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=42.30%
G=18.36%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295612000.570.070.49307.439.4636.27
Hex8138780397311332724
Octal201701700717614634744
Binary1000000111100011110000111001111110001100110011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813878; }

 p { color: rgb(129,56,120); }

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

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

 a { background-color: rgb(129,56,120); }

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

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

 span { border-color: rgb(129,56,120); }

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