Html Css Color HEX #812666 Dark Purple

📋 copy color: '#812666'

red 129 ◦ green 38 ◦ blue 102

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

Shades of Dark Purple #812666

Tints of Dark Purple #812666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 47.96%
G = 14.13%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#812666 (or 0x812666) is known color: Dark Purple. HEX triplet: 81, 26 and 66. RGB value is (129,38,102). Sum of RGB (Red+Green+Blue) = 129+38+102=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #812666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812666 is #7ED999. Grayscale: #484848. Windows color (decimal): -8313242 or 6694529. OLE color: 6694529.

HSL color Cylindrical-coordinate representation of color #812666: hue angle of 317.8º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812666 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 102 -
CMYK 0 0.71 0.21 0.49
HSL 317.8º 0.54% 0.33% -
HSV(B) 317.8º 0.71% 0.51% -
XYZ 12.14 7.01 13.28 -
YUV 72.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 129 38 102 0 0.71 0.21 0.49 317.8 0.54 0.33
Hex 81 26 66 0 47 15 31 13E 36 21
Octal 201 46 146 0 107 25 61 476 66 41
Binary 10000001 100110 1100110 0 1000111 10101 110001 100111110 110110 100001

Color Harmonies of #812666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812666

Black with #812666

Text Example


Text Example

White with #812666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812666; }

 p { color: rgb(129,38,102); }

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

background-color css

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

 a { background-color: rgb(129,38,102); }

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

border-color css

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

 span { border-color: rgb(129,38,102); }

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