Html Css Color HEX #811C79 Dark Purple

📋 copy color: '#811C79'

red 129 ◦ green 28 ◦ blue 121

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

Shades of Dark Purple #811C79

Tints of Dark Purple #811C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.07%

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

R = 46.4%
G = 10.07%
B = 43.53%

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

#811C79 (or 0x811C79) is known color: Dark Purple. HEX triplet: 81, 1C and 79. RGB value is (129,28,121). Sum of RGB (Red+Green+Blue) = 129+28+121=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #811C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811C79 is #7EE386. Grayscale: #444444. Windows color (decimal): -8315783 or 7937153. OLE color: 7937153.

HSL color Cylindrical-coordinate representation of color #811C79: hue angle of 304.75º degrees, saturation: 0.64, 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 #811C79 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 28 121 -
CMYK 0 0.78 0.06 0.49
HSL 304.75º 0.64% 0.31% -
HSV(B) 304.75º 0.78% 0.51% -
XYZ 12.92 6.88 18.74 -
YUV 68.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 129 28 121 0 0.78 0.06 0.49 304.75 0.64 0.31
Hex 81 1C 79 0 4E 6 31 131 40 1F
Octal 201 34 171 0 116 6 61 461 100 37
Binary 10000001 11100 1111001 0 1001110 110 110001 100110001 1000000 11111

Color Harmonies of #811C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C79

Black with #811C79

Text Example


Text Example

White with #811C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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