Html Css Color HEX #812065 Dark Purple

📋 copy color: '#812065'

red 129 ◦ green 32 ◦ blue 101

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

Shades of Dark Purple #812065

Tints of Dark Purple #812065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

 BLUE value IS 101 (39.84% from 255) = 38.55%

R = 49.24%
G = 12.21%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#812065 (or 0x812065) is known color: Dark Purple. HEX triplet: 81, 20 and 65. RGB value is (129,32,101). Sum of RGB (Red+Green+Blue) = 129+32+101=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #812065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812065 is #7EDF9A. Grayscale: #444444. Windows color (decimal): -8314779 or 6627457. OLE color: 6627457.

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

Color convert

RGB 129 32 101 -
CMYK 0 0.75 0.22 0.49
HSL 317.32º 0.6% 0.32% -
HSV(B) 317.32º 0.75% 0.51% -
XYZ 11.92 6.64 12.97 -
YUV 68.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 129 32 101 0 0.75 0.22 0.49 317.32 0.6 0.32
Hex 81 20 65 0 4B 16 31 13D 3C 20
Octal 201 40 145 0 113 26 61 475 74 40
Binary 10000001 100000 1100101 0 1001011 10110 110001 100111101 111100 100000

Color Harmonies of #812065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812065

Black with #812065

Text Example


Text Example

White with #812065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812065; }

 p { color: rgb(129,32,101); }

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

background-color css

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

 a { background-color: rgb(129,32,101); }

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

border-color css

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

 span { border-color: rgb(129,32,101); }

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