Html Css Color HEX #811480 Dark Purple

📋 copy color: '#811480'

red 129 ◦ green 20 ◦ blue 128

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

Shades of Dark Purple #811480

Tints of Dark Purple #811480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 46.57%
G = 7.22%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#811480 (or 0x811480) is known color: Dark Purple. HEX triplet: 81, 14 and 80. RGB value is (129,20,128). Sum of RGB (Red+Green+Blue) = 129+20+128=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #811480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811480 is #7EEB7F. Grayscale: #404040. Windows color (decimal): -8317824 or 8393857. OLE color: 8393857.

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

Color convert

RGB 129 20 128 -
CMYK 0 0.84 0.01 0.49
HSL 300.55º 0.73% 0.29% -
HSV(B) 300.55º 0.84% 0.51% -
XYZ 13.2 6.73 21.02 -
YUV 64.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 129 20 128 0 0.84 0.01 0.49 300.55 0.73 0.29
Hex 81 14 80 0 54 1 31 12D 49 1D
Octal 201 24 200 0 124 1 61 455 111 35
Binary 10000001 10100 10000000 0 1010100 1 110001 100101101 1001001 11101

Color Harmonies of #811480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811480

Black with #811480

Text Example


Text Example

White with #811480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811480; }

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

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

background-color css

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

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

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

border-color css

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

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

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