Html Css Color HEX #812C68 Dark Purple

📋 copy color: '#812C68'

red 129 ◦ green 44 ◦ blue 104

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

Shades of Dark Purple #812C68

Tints of Dark Purple #812C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 46.57%
G = 15.88%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#812C68 (or 0x812C68) is known color: Dark Purple. HEX triplet: 81, 2C and 68. RGB value is (129,44,104). Sum of RGB (Red+Green+Blue) = 129+44+104=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #812C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C68 is #7ED397. Grayscale: #4C4C4C. Windows color (decimal): -8311704 or 6827137. OLE color: 6827137.

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

Color convert

RGB 129 44 104 -
CMYK 0 0.66 0.19 0.49
HSL 317.65º 0.49% 0.34% -
HSV(B) 317.65º 0.66% 0.51% -
XYZ 12.45 7.47 13.88 -
YUV 76.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 129 44 104 0 0.66 0.19 0.49 317.65 0.49 0.34
Hex 81 2C 68 0 42 13 31 13E 31 22
Octal 201 54 150 0 102 23 61 476 61 42
Binary 10000001 101100 1101000 0 1000010 10011 110001 100111110 110001 100010

Color Harmonies of #812C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812C68

Black with #812C68

Text Example


Text Example

White with #812C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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