Html Css Color HEX #811D79 Dark Purple

📋 copy color: '#811D79'

red 129 ◦ green 29 ◦ blue 121

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

Shades of Dark Purple #811D79

Tints of Dark Purple #811D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.39%

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 46.24%
G = 10.39%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#811D79 (or 0x811D79) is known color: Dark Purple. HEX triplet: 81, 1D and 79. RGB value is (129,29,121). Sum of RGB (Red+Green+Blue) = 129+29+121=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #811D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D79 is #7EE286. Grayscale: #454545. Windows color (decimal): -8315527 or 7937409. OLE color: 7937409.

HSL color Cylindrical-coordinate representation of color #811D79: hue angle of 304.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D79 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 121 -
CMYK 0 0.78 0.06 0.49
HSL 304.8º 0.63% 0.31% -
HSV(B) 304.8º 0.78% 0.51% -
XYZ 12.94 6.93 18.74 -
YUV 69.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 129 29 121 0 0.78 0.06 0.49 304.8 0.63 0.31
Hex 81 1D 79 0 4E 6 31 131 3F 1F
Octal 201 35 171 0 116 6 61 461 77 37
Binary 10000001 11101 1111001 0 1001110 110 110001 100110001 111111 11111

Color Harmonies of #811D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D79

Black with #811D79

Text Example


Text Example

White with #811D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811D79; }

 p { color: rgb(129,29,121); }

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

background-color css

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

 a { background-color: rgb(129,29,121); }

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

border-color css

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

 span { border-color: rgb(129,29,121); }

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