#813970

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

Shades of Dark Purple #813970

Tints of Dark Purple #813970

Color information

#813970 (or 0x813970) is unknown color: approx Dark Purple. HEX triplet: 81, 39 and 70. RGB value is (129,57,112). Sum of RGB (Red+Green+Blue) = 129+57+112=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #813970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813970 is #7EC68F. Grayscale: #545454. Windows color (decimal): -8308368 or 7354753. OLE color: 7354753.

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

Color convert

RGB12957112-
CMYK00.560.130.49
HSL314.17º38.71%36.47%-
HSV(B)314.17º55.81%50.59%-
XYZ13.448.7616.31-
YUV84.8143.35159.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=43.29%
G=19.13%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295711200.560.130.49314.1738.7136.47
Hex813970038D3113a2724
Octal2017116007015614724744
Binary10000001111001111000001110001101110001100111010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813970; }

 p { color: rgb(129,57,112); }

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

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

 a { background-color: rgb(129,57,112); }

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

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

 span { border-color: rgb(129,57,112); }

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