Html Css Color HEX #812967 Dark Purple

📋 copy color: '#812967'

red 129 ◦ green 41 ◦ blue 103

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

Shades of Dark Purple #812967

Tints of Dark Purple #812967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 47.25%
G = 15.02%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#812967 (or 0x812967) is known color: Dark Purple. HEX triplet: 81, 29 and 67. RGB value is (129,41,103). Sum of RGB (Red+Green+Blue) = 129+41+103=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #812967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812967 is #7ED698. Grayscale: #4A4A4A. Windows color (decimal): -8312473 or 6760833. OLE color: 6760833.

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

Color convert

RGB 129 41 103 -
CMYK 0 0.68 0.20 0.49
HSL 317.73º 0.52% 0.33% -
HSV(B) 317.73º 0.68% 0.51% -
XYZ 12.29 7.23 13.58 -
YUV 74.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 129 41 103 0 0.68 0.20 0.49 317.73 0.52 0.33
Hex 81 29 67 0 44 14 31 13E 34 21
Octal 201 51 147 0 104 24 61 476 64 41
Binary 10000001 101001 1100111 0 1000100 10100 110001 100111110 110100 100001

Color Harmonies of #812967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812967

Black with #812967

Text Example


Text Example

White with #812967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812967; }

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

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

background-color css

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

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

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

border-color css

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

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

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