#813378

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

Shades of Dark Purple #813378

Tints of Dark Purple #813378

Color information

#813378 (or 0x813378) is unknown color: approx Dark Purple. HEX triplet: 81, 33 and 78. RGB value is (129,51,120). Sum of RGB (Red+Green+Blue) = 129+51+120=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #813378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813378 is #7ECC87. Grayscale: #515151. Windows color (decimal): -8309896 or 7877505. OLE color: 7877505.

HSL color Cylindrical-coordinate representation of color #813378: hue angle of 306.92º 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 #813378 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12951120-
CMYK00.600.070.49
HSL306.92º43.33%35.29%-
HSV(B)306.92º60.47%50.59%-
XYZ13.638.3918.67-
YUV82.19149.34161.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 120 (47.27% from 255) = 40%
R=43%
G=17%
B=40%

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
Decimal1295112000.600.070.49306.9243.3335.29
Hex81337803C7311332b23
Octal201631700747614635343
Binary1000000111001111110000111100111110001100110011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813378; }

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

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

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

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

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

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

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

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