Html Css Color HEX #812864 Dark Purple

📋 copy color: '#812864'

red 129 ◦ green 40 ◦ blue 100

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

Shades of Dark Purple #812864

Tints of Dark Purple #812864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 47.96%
G = 14.87%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#812864 (or 0x812864) is known color: Dark Purple. HEX triplet: 81, 28 and 64. RGB value is (129,40,100). Sum of RGB (Red+Green+Blue) = 129+40+100=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #812864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812864 is #7ED79B. Grayscale: #494949. Windows color (decimal): -8312732 or 6563969. OLE color: 6563969.

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

Color convert

RGB 129 40 100 -
CMYK 0 0.69 0.22 0.49
HSL 319.55º 0.53% 0.33% -
HSV(B) 319.55º 0.69% 0.51% -
XYZ 12.11 7.1 12.79 -
YUV 73.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 129 40 100 0 0.69 0.22 0.49 319.55 0.53 0.33
Hex 81 28 64 0 45 16 31 140 35 21
Octal 201 50 144 0 105 26 61 500 65 41
Binary 10000001 101000 1100100 0 1000101 10110 110001 101000000 110101 100001

Color Harmonies of #812864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812864

Black with #812864

Text Example


Text Example

White with #812864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812864; }

 p { color: rgb(129,40,100); }

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

background-color css

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

 a { background-color: rgb(129,40,100); }

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

border-color css

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

 span { border-color: rgb(129,40,100); }

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