Html Css Color HEX #812C6C Dark Purple

📋 copy color: '#812C6C'

red 129 ◦ green 44 ◦ blue 108

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

Shades of Dark Purple #812C6C

Tints of Dark Purple #812C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 45.91%
G = 15.66%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#812C6C (or 0x812C6C) is known color: Dark Purple. HEX triplet: 81, 2C and 6C. RGB value is (129,44,108). Sum of RGB (Red+Green+Blue) = 129+44+108=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #812C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C6C is #7ED393. Grayscale: #4C4C4C. Windows color (decimal): -8311700 or 7089281. OLE color: 7089281.

HSL color Cylindrical-coordinate representation of color #812C6C: hue angle of 314.82º 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 #812C6C is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 44 108 -
CMYK 0 0.66 0.16 0.49
HSL 314.82º 0.49% 0.34% -
HSV(B) 314.82º 0.66% 0.51% -
XYZ 12.66 7.55 14.98 -
YUV 76.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 129 44 108 0 0.66 0.16 0.49 314.82 0.49 0.34
Hex 81 2C 6C 0 42 10 31 13B 31 22
Octal 201 54 154 0 102 20 61 473 61 42
Binary 10000001 101100 1101100 0 1000010 10000 110001 100111011 110001 100010

Color Harmonies of #812C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812C6C

Black with #812C6C

Text Example


Text Example

White with #812C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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