Html Css Color HEX #811379 Dark Purple

📋 copy color: '#811379'

red 129 ◦ green 19 ◦ blue 121

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

Shades of Dark Purple #811379

Tints of Dark Purple #811379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 47.96%
G = 7.06%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#811379 (or 0x811379) is known color: Dark Purple. HEX triplet: 81, 13 and 79. RGB value is (129,19,121). Sum of RGB (Red+Green+Blue) = 129+19+121=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #811379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811379 is #7EEC86. Grayscale: #3F3F3F. Windows color (decimal): -8318087 or 7934849. OLE color: 7934849.

HSL color Cylindrical-coordinate representation of color #811379: hue angle of 304.36º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811379 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 121 -
CMYK 0 0.85 0.06 0.49
HSL 304.36º 0.74% 0.29% -
HSV(B) 304.36º 0.85% 0.51% -
XYZ 12.74 6.51 18.68 -
YUV 63.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 129 19 121 0 0.85 0.06 0.49 304.36 0.74 0.29
Hex 81 13 79 0 55 6 31 130 4A 1D
Octal 201 23 171 0 125 6 61 460 112 35
Binary 10000001 10011 1111001 0 1010101 110 110001 100110000 1001010 11101

Color Harmonies of #811379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811379

Black with #811379

Text Example


Text Example

White with #811379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811379; }

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

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

background-color css

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

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

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

border-color css

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

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

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