#813474

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

Shades of Dark Purple #813474

Tints of Dark Purple #813474

Color information

#813474 (or 0x813474) is unknown color: approx Dark Purple. HEX triplet: 81, 34 and 74. RGB value is (129,52,116). Sum of RGB (Red+Green+Blue) = 129+52+116=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #813474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813474 is #7ECB8B. Grayscale: #525252. Windows color (decimal): -8309644 or 7615617. OLE color: 7615617.

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

Color convert

RGB12952116-
CMYK00.600.100.49
HSL310.13º42.54%35.49%-
HSV(B)310.13º59.69%50.59%-
XYZ13.438.3817.43-
YUV82.32147.01161.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=43.43%
G=17.51%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295211600.600.100.49310.1342.5435.49
Hex81347403CA311362b23
Octal2016416407412614665343
Binary10000001110100111010001111001010110001100110110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813474; }

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

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

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

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

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

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

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

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