#813872

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

Shades of Dark Purple #813872

Tints of Dark Purple #813872

Color information

#813872 (or 0x813872) is unknown color: approx Dark Purple. HEX triplet: 81, 38 and 72. RGB value is (129,56,114). Sum of RGB (Red+Green+Blue) = 129+56+114=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #813872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813872 is #7EC78D. Grayscale: #545454. Windows color (decimal): -8308622 or 7485569. OLE color: 7485569.

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

Color convert

RGB12956114-
CMYK00.570.120.49
HSL312.33º39.46%36.27%-
HSV(B)312.33º56.59%50.59%-
XYZ13.58.7116.89-
YUV84.44144.68159.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=43.14%
G=18.73%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295611400.570.120.49312.3339.4636.27
Hex813872039C311382724
Octal2017016207114614704744
Binary10000001111000111001001110011100110001100111000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813872; }

 p { color: rgb(129,56,114); }

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

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

 a { background-color: rgb(129,56,114); }

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

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

 span { border-color: rgb(129,56,114); }

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