#813774

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

Shades of Dark Purple #813774

Tints of Dark Purple #813774

Color information

#813774 (or 0x813774) is unknown color: approx Dark Purple. HEX triplet: 81, 37 and 74. RGB value is (129,55,116). Sum of RGB (Red+Green+Blue) = 129+55+116=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #813774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813774 is #7EC88B. Grayscale: #535353. Windows color (decimal): -8308876 or 7616385. OLE color: 7616385.

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

Color convert

RGB12955116-
CMYK00.570.100.49
HSL310.54º40.22%36.08%-
HSV(B)310.54º57.36%50.59%-
XYZ13.578.6617.48-
YUV84.08146.02160.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 55 (21.88% from 255) = 18.33%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=43%
G=18.33%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295511600.570.100.49310.5440.2236.08
Hex813774039A311372824
Octal2016716407112614675044
Binary10000001110111111010001110011010110001100110111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813774; }

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

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

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

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

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

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

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

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