Html Css Color HEX #813876 Dark Purple

📋 copy color: '#813876'

red 129 ◦ green 56 ◦ blue 118

#813876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #813876

Tints of Dark Purple #813876

RGB

 RED value IS 129 (50.78% from 255) = 42.57%

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 42.57%
G = 18.48%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#813876 (or 0x813876) is known color: Dark Purple. HEX triplet: 81, 38 and 76. RGB value is (129,56,118). Sum of RGB (Red+Green+Blue) = 129+56+118=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #813876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813876 is #7EC789. Grayscale: #545454. Windows color (decimal): -8308618 or 7747713. OLE color: 7747713.

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

Color convert

RGB 129 56 118 -
CMYK 0 0.57 0.09 0.49
HSL 309.04º 0.39% 0.36% -
HSV(B) 309.04º 0.57% 0.51% -
XYZ 13.74 8.8 18.11 -
YUV 84.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 129 56 118 0 0.57 0.09 0.49 309.04 0.39 0.36
Hex 81 38 76 0 39 9 31 135 27 24
Octal 201 70 166 0 71 11 61 465 47 44
Binary 10000001 111000 1110110 0 111001 1001 110001 100110101 100111 100100

Color Harmonies of #813876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813876

Black with #813876

Text Example


Text Example

White with #813876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813876; }

 p { color: rgb(129,56,118); }

 H1.HeaderClassName
 {
   color: #813876;
 }
 .AnyTagClassName
 {
   color: #813876;
 }
</style>

background-color css

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

 a { background-color: rgb(129,56,118); }

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

border-color css

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

 span { border-color: rgb(129,56,118); }

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