Html Css Color HEX #812969 Dark Purple

📋 copy color: '#812969'

red 129 ◦ green 41 ◦ blue 105

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

Shades of Dark Purple #812969

Tints of Dark Purple #812969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 46.91%
G = 14.91%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#812969 (or 0x812969) is known color: Dark Purple. HEX triplet: 81, 29 and 69. RGB value is (129,41,105). Sum of RGB (Red+Green+Blue) = 129+41+105=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #812969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812969 is #7ED696. Grayscale: #4A4A4A. Windows color (decimal): -8312471 or 6891905. OLE color: 6891905.

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

Color convert

RGB 129 41 105 -
CMYK 0 0.68 0.19 0.49
HSL 316.36º 0.52% 0.33% -
HSV(B) 316.36º 0.68% 0.51% -
XYZ 12.4 7.27 14.12 -
YUV 74.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 129 41 105 0 0.68 0.19 0.49 316.36 0.52 0.33
Hex 81 29 69 0 44 13 31 13C 34 21
Octal 201 51 151 0 104 23 61 474 64 41
Binary 10000001 101001 1101001 0 1000100 10011 110001 100111100 110100 100001

Color Harmonies of #812969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812969

Black with #812969

Text Example


Text Example

White with #812969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812969; }

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

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

background-color css

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

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

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

border-color css

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

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

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