#813368

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

Shades of Dark Purple #813368

Tints of Dark Purple #813368

Color information

#813368 (or 0x813368) is unknown color: approx Dark Purple. HEX triplet: 81, 33 and 68. RGB value is (129,51,104). Sum of RGB (Red+Green+Blue) = 129+51+104=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #813368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813368 is #7ECC97. Grayscale: #505050. Windows color (decimal): -8309912 or 6828929. OLE color: 6828929.

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

Color convert

RGB12951104-
CMYK00.600.190.49
HSL319.23º43.33%35.29%-
HSV(B)319.23º60.47%50.59%-
XYZ12.748.0313.98-
YUV80.36141.34162.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=45.42%
G=17.96%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295110400.600.190.49319.2343.3335.29
Hex81336803C133113f2b23
Octal2016315007423614775343
Binary100000011100111101000011110010011110001100111111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813368; }

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

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

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

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

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

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

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

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