Html Css Color HEX #812C6F Dark Purple

📋 copy color: '#812C6F'

red 129 ◦ green 44 ◦ blue 111

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

Shades of Dark Purple #812C6F

Tints of Dark Purple #812C6F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 45.42%
G = 15.49%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#812C6F (or 0x812C6F) is known color: Dark Purple. HEX triplet: 81, 2C and 6F. RGB value is (129,44,111). Sum of RGB (Red+Green+Blue) = 129+44+111=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #812C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C6F is #7ED390. Grayscale: #4C4C4C. Windows color (decimal): -8311697 or 7285889. OLE color: 7285889.

HSL color Cylindrical-coordinate representation of color #812C6F: hue angle of 312.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C6F is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 44 111 -
CMYK 0 0.66 0.14 0.49
HSL 312.71º 0.49% 0.34% -
HSV(B) 312.71º 0.66% 0.51% -
XYZ 12.82 7.62 15.83 -
YUV 77.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 129 44 111 0 0.66 0.14 0.49 312.71 0.49 0.34
Hex 81 2C 6F 0 42 E 31 139 31 22
Octal 201 54 157 0 102 16 61 471 61 42
Binary 10000001 101100 1101111 0 1000010 1110 110001 100111001 110001 100010

Color Harmonies of #812C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812C6F

Black with #812C6F

Text Example


Text Example

White with #812C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812C6F; }

 p { color: rgb(129,44,111); }

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

background-color css

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

 a { background-color: rgb(129,44,111); }

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

border-color css

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

 span { border-color: rgb(129,44,111); }

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