#813A75

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

Shades of Dark Purple #813A75

Tints of Dark Purple #813A75

Color information

#813A75 (or 0x813A75) is unknown color: approx Dark Purple. HEX triplet: 81, 3A and 75. RGB value is (129,58,117). Sum of RGB (Red+Green+Blue) = 129+58+117=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #813A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A75 is #7EC58A. Grayscale: #555555. Windows color (decimal): -8308107 or 7682689. OLE color: 7682689.

HSL color Cylindrical-coordinate representation of color #813A75: hue angle of 310.14º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A75 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12958117-
CMYK00.550.090.49
HSL310.14º37.97%36.67%-
HSV(B)310.14º55.04%50.59%-
XYZ13.788.9817.84-
YUV85.95145.52158.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=42.43%
G=19.08%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295811700.550.090.49310.1437.9736.67
Hex813A750379311362625
Octal2017216506711614664645
Binary10000001111010111010101101111001110001100110110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813A75; }

 p { color: rgb(129,58,117); }

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

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

 a { background-color: rgb(129,58,117); }

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

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

 span { border-color: rgb(129,58,117); }

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