#813478

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

Shades of Dark Purple #813478

Tints of Dark Purple #813478

Color information

#813478 (or 0x813478) is unknown color: approx Dark Purple. HEX triplet: 81, 34 and 78. RGB value is (129,52,120). Sum of RGB (Red+Green+Blue) = 129+52+120=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #813478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813478 is #7ECB87. Grayscale: #525252. Windows color (decimal): -8309640 or 7877761. OLE color: 7877761.

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

Color convert

RGB12952120-
CMYK00.600.070.49
HSL307.01º42.54%35.49%-
HSV(B)307.01º59.69%50.59%-
XYZ13.678.4818.69-
YUV82.78149.01160.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=42.86%
G=17.28%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295212000.600.070.49307.0142.5435.49
Hex81347803C7311332b23
Octal201641700747614635343
Binary1000000111010011110000111100111110001100110011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813478; }

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

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

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

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

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

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

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

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