#813472

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

Shades of Dark Purple #813472

Tints of Dark Purple #813472

Color information

#813472 (or 0x813472) is unknown color: approx Dark Purple. HEX triplet: 81, 34 and 72. RGB value is (129,52,114). Sum of RGB (Red+Green+Blue) = 129+52+114=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #813472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813472 is #7ECB8D. Grayscale: #515151. Windows color (decimal): -8309646 or 7484545. OLE color: 7484545.

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

Color convert

RGB12952114-
CMYK00.600.120.49
HSL311.69º42.54%35.49%-
HSV(B)311.69º59.69%50.59%-
XYZ13.328.3416.83-
YUV82.09146.01161.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=43.73%
G=17.63%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295211400.600.120.49311.6942.5435.49
Hex81347203CC311382b23
Octal2016416207414614705343
Binary10000001110100111001001111001100110001100111000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813472; }

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

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

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

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

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

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

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

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