Html Css Color HEX #811564 Dark Purple

📋 copy color: '#811564'

red 129 ◦ green 21 ◦ blue 100

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

Shades of Dark Purple #811564

Tints of Dark Purple #811564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

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

R = 51.6%
G = 8.4%
B = 40%

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

#811564 (or 0x811564) is known color: Dark Purple. HEX triplet: 81, 15 and 64. RGB value is (129,21,100). Sum of RGB (Red+Green+Blue) = 129+21+100=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #811564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811564 is #7EEA9B. Grayscale: #3E3E3E. Windows color (decimal): -8317596 or 6559105. OLE color: 6559105.

HSL color Cylindrical-coordinate representation of color #811564: hue angle of 316.11º degrees, saturation: 0.72, 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 #811564 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 21 100 -
CMYK 0 0.84 0.22 0.49
HSL 316.11º 0.72% 0.29% -
HSV(B) 316.11º 0.84% 0.51% -
XYZ 11.62 6.12 12.63 -
YUV 62.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 129 21 100 0 0.84 0.22 0.49 316.11 0.72 0.29
Hex 81 15 64 0 54 16 31 13C 48 1D
Octal 201 25 144 0 124 26 61 474 110 35
Binary 10000001 10101 1100100 0 1010100 10110 110001 100111100 1001000 11101

Color Harmonies of #811564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811564

Black with #811564

Text Example


Text Example

White with #811564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811564; }

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

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

background-color css

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

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

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

border-color css

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

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

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