#813078

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

Shades of Dark Purple #813078

Tints of Dark Purple #813078

Color information

#813078 (or 0x813078) is unknown color: approx Dark Purple. HEX triplet: 81, 30 and 78. RGB value is (129,48,120). Sum of RGB (Red+Green+Blue) = 129+48+120=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #813078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813078 is #7ECF87. Grayscale: #505050. Windows color (decimal): -8310664 or 7876737. OLE color: 7876737.

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

Color convert

RGB12948120-
CMYK00.630.070.49
HSL306.67º45.76%34.71%-
HSV(B)306.67º62.79%50.59%-
XYZ13.58.1418.63-
YUV80.43150.34162.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=43.43%
G=16.16%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294812000.630.070.49306.6745.7634.71
Hex81307803F7311332e23
Octal201601700777614635643
Binary1000000111000011110000111111111110001100110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813078; }

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

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

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

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

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

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

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

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