#813274

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

Shades of Dark Purple #813274

Tints of Dark Purple #813274

Color information

#813274 (or 0x813274) is unknown color: approx Dark Purple. HEX triplet: 81, 32 and 74. RGB value is (129,50,116). Sum of RGB (Red+Green+Blue) = 129+50+116=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #813274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813274 is #7ECD8B. Grayscale: #505050. Windows color (decimal): -8310156 or 7615105. OLE color: 7615105.

HSL color Cylindrical-coordinate representation of color #813274: hue angle of 309.87º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813274 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB12950116-
CMYK00.610.100.49
HSL309.87º44.13%35.1%-
HSV(B)309.87º61.24%50.59%-
XYZ13.358.2117.4-
YUV81.14147.67162.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=43.73%
G=16.95%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295011600.610.100.49309.8744.1335.1
Hex81327403DA311362c23
Octal2016216407512614665443
Binary10000001110010111010001111011010110001100110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813274; }

 p { color: rgb(129,50,116); }

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

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

 a { background-color: rgb(129,50,116); }

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

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

 span { border-color: rgb(129,50,116); }

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