Html Css Color HEX #812564 Dark Purple

📋 copy color: '#812564'

red 129 ◦ green 37 ◦ blue 100

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

Shades of Dark Purple #812564

Tints of Dark Purple #812564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.91%

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

R = 48.5%
G = 13.91%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#812564 (or 0x812564) is known color: Dark Purple. HEX triplet: 81, 25 and 64. RGB value is (129,37,100). Sum of RGB (Red+Green+Blue) = 129+37+100=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #812564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812564 is #7EDA9B. Grayscale: #474747. Windows color (decimal): -8313500 or 6563201. OLE color: 6563201.

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

Color convert

RGB 129 37 100 -
CMYK 0 0.71 0.22 0.49
HSL 318.91º 0.55% 0.33% -
HSV(B) 318.91º 0.71% 0.51% -
XYZ 12.02 6.91 12.76 -
YUV 71.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 129 37 100 0 0.71 0.22 0.49 318.91 0.55 0.33
Hex 81 25 64 0 47 16 31 13F 37 21
Octal 201 45 144 0 107 26 61 477 67 41
Binary 10000001 100101 1100100 0 1000111 10110 110001 100111111 110111 100001

Color Harmonies of #812564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812564

Black with #812564

Text Example


Text Example

White with #812564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812564; }

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

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

background-color css

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

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

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

border-color css

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

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

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