Html Css Color HEX #813D6F Dark Purple

📋 copy color: '#813D6F'

red 129 ◦ green 61 ◦ blue 111

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

Shades of Dark Purple #813D6F

Tints of Dark Purple #813D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 42.86%
G = 20.27%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#813D6F (or 0x813D6F) is known color: Dark Purple. HEX triplet: 81, 3D and 6F. RGB value is (129,61,111). Sum of RGB (Red+Green+Blue) = 129+61+111=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #813D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D6F is #7EC290. Grayscale: #565656. Windows color (decimal): -8307345 or 7290241. OLE color: 7290241.

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

Color convert

RGB 129 61 111 -
CMYK 0 0.53 0.14 0.49
HSL 315.88º 0.36% 0.37% -
HSV(B) 315.88º 0.53% 0.51% -
XYZ 13.59 9.15 16.09 -
YUV 87.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 129 61 111 0 0.53 0.14 0.49 315.88 0.36 0.37
Hex 81 3D 6F 0 35 E 31 13C 24 25
Octal 201 75 157 0 65 16 61 474 44 45
Binary 10000001 111101 1101111 0 110101 1110 110001 100111100 100100 100101

Color Harmonies of #813D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D6F

Black with #813D6F

Text Example


Text Example

White with #813D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,61,111); }

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

background-color css

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

 a { background-color: rgb(129,61,111); }

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

border-color css

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

 span { border-color: rgb(129,61,111); }

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