Html Css Color HEX #811C70 Dark Purple

📋 copy color: '#811C70'

red 129 ◦ green 28 ◦ blue 112

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

Shades of Dark Purple #811C70

Tints of Dark Purple #811C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 47.96%
G = 10.41%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#811C70 (or 0x811C70) is known color: Dark Purple. HEX triplet: 81, 1C and 70. RGB value is (129,28,112). Sum of RGB (Red+Green+Blue) = 129+28+112=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #811C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811C70 is #7EE38F. Grayscale: #434343. Windows color (decimal): -8315792 or 7347329. OLE color: 7347329.

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

Color convert

RGB 129 28 112 -
CMYK 0 0.78 0.13 0.49
HSL 310.1º 0.64% 0.31% -
HSV(B) 310.1º 0.78% 0.51% -
XYZ 12.39 6.67 15.96 -
YUV 67.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 129 28 112 0 0.78 0.13 0.49 310.1 0.64 0.31
Hex 81 1C 70 0 4E D 31 136 40 1F
Octal 201 34 160 0 116 15 61 466 100 37
Binary 10000001 11100 1110000 0 1001110 1101 110001 100110110 1000000 11111

Color Harmonies of #811C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C70

Black with #811C70

Text Example


Text Example

White with #811C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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