Html Css Color HEX #811464 Dark Purple

📋 copy color: '#811464'

red 129 ◦ green 20 ◦ blue 100

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

Shades of Dark Purple #811464

Tints of Dark Purple #811464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

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

R = 51.81%
G = 8.03%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#811464 (or 0x811464) is known color: Dark Purple. HEX triplet: 81, 14 and 64. RGB value is (129,20,100). Sum of RGB (Red+Green+Blue) = 129+20+100=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #811464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811464 is #7EEB9B. Grayscale: #3D3D3D. Windows color (decimal): -8317852 or 6558849. OLE color: 6558849.

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

Color convert

RGB 129 20 100 -
CMYK 0 0.84 0.22 0.49
HSL 315.96º 0.73% 0.29% -
HSV(B) 315.96º 0.84% 0.51% -
XYZ 11.6 6.09 12.62 -
YUV 61.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 129 20 100 0 0.84 0.22 0.49 315.96 0.73 0.29
Hex 81 14 64 0 54 16 31 13C 49 1D
Octal 201 24 144 0 124 26 61 474 111 35
Binary 10000001 10100 1100100 0 1010100 10110 110001 100111100 1001001 11101

Color Harmonies of #811464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811464

Black with #811464

Text Example


Text Example

White with #811464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811464; }

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

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

background-color css

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

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

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

border-color css

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

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

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