Html Css Color HEX #812966 Dark Purple

📋 copy color: '#812966'

red 129 ◦ green 41 ◦ blue 102

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

Shades of Dark Purple #812966

Tints of Dark Purple #812966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

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

R = 47.43%
G = 15.07%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#812966 (or 0x812966) is known color: Dark Purple. HEX triplet: 81, 29 and 66. RGB value is (129,41,102). Sum of RGB (Red+Green+Blue) = 129+41+102=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #812966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812966 is #7ED699. Grayscale: #4A4A4A. Windows color (decimal): -8312474 or 6695297. OLE color: 6695297.

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

Color convert

RGB 129 41 102 -
CMYK 0 0.68 0.21 0.49
HSL 318.41º 0.52% 0.33% -
HSV(B) 318.41º 0.68% 0.51% -
XYZ 12.24 7.21 13.32 -
YUV 74.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 129 41 102 0 0.68 0.21 0.49 318.41 0.52 0.33
Hex 81 29 66 0 44 15 31 13E 34 21
Octal 201 51 146 0 104 25 61 476 64 41
Binary 10000001 101001 1100110 0 1000100 10101 110001 100111110 110100 100001

Color Harmonies of #812966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812966

Black with #812966

Text Example


Text Example

White with #812966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812966; }

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

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

background-color css

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

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

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

border-color css

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

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

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