Html Css Color HEX #811261 Dark Purple

📋 copy color: '#811261'

red 129 ◦ green 18 ◦ blue 97

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

Shades of Dark Purple #811261

Tints of Dark Purple #811261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 97 (38.28% from 255) = 39.75%

R = 52.87%
G = 7.38%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#811261 (or 0x811261) is known color: Dark Purple. HEX triplet: 81, 12 and 61. RGB value is (129,18,97). Sum of RGB (Red+Green+Blue) = 129+18+97=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #811261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811261 is #7EED9E. Grayscale: #3B3B3B. Windows color (decimal): -8318367 or 6361729. OLE color: 6361729.

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

Color convert

RGB 129 18 97 -
CMYK 0 0.86 0.25 0.49
HSL 317.3º 0.76% 0.29% -
HSV(B) 317.3º 0.86% 0.51% -
XYZ 11.43 5.96 11.86 -
YUV 60.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 129 18 97 0 0.86 0.25 0.49 317.3 0.76 0.29
Hex 81 12 61 0 56 19 31 13D 4C 1D
Octal 201 22 141 0 126 31 61 475 114 35
Binary 10000001 10010 1100001 0 1010110 11001 110001 100111101 1001100 11101

Color Harmonies of #811261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811261

Black with #811261

Text Example


Text Example

White with #811261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811261; }

 p { color: rgb(129,18,97); }

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

background-color css

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

 a { background-color: rgb(129,18,97); }

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

border-color css

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

 span { border-color: rgb(129,18,97); }

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