Html Css Color HEX #811065 Dark Purple

📋 copy color: '#811065'

red 129 ◦ green 16 ◦ blue 101

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

Shades of Dark Purple #811065

Tints of Dark Purple #811065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 52.44%
G = 6.5%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#811065 (or 0x811065) is known color: Dark Purple. HEX triplet: 81, 10 and 65. RGB value is (129,16,101). Sum of RGB (Red+Green+Blue) = 129+16+101=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #811065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811065 is #7EEF9A. Grayscale: #3B3B3B. Windows color (decimal): -8318875 or 6623361. OLE color: 6623361.

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

Color convert

RGB 129 16 101 -
CMYK 0 0.88 0.22 0.49
HSL 314.87º 0.78% 0.28% -
HSV(B) 314.87º 0.88% 0.51% -
XYZ 11.59 5.98 12.85 -
YUV 59.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 129 16 101 0 0.88 0.22 0.49 314.87 0.78 0.28
Hex 81 10 65 0 58 16 31 13B 4E 1C
Octal 201 20 145 0 130 26 61 473 116 34
Binary 10000001 10000 1100101 0 1011000 10110 110001 100111011 1001110 11100

Color Harmonies of #811065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811065

Black with #811065

Text Example


Text Example

White with #811065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811065; }

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

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

background-color css

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

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

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

border-color css

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

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

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