Html Css Color HEX #811180 Purple

📋 copy color: '#811180'

red 129 ◦ green 17 ◦ blue 128

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

Shades of Purple #811180

Tints of Purple #811180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

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

R = 47.08%
G = 6.2%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#811180 (or 0x811180) is known color: Purple. HEX triplet: 81, 11 and 80. RGB value is (129,17,128). Sum of RGB (Red+Green+Blue) = 129+17+128=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #811180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811180 is #7EEE7F. Grayscale: #3E3E3E. Windows color (decimal): -8318592 or 8393089. OLE color: 8393089.

HSL color Cylindrical-coordinate representation of color #811180: hue angle of 300.54º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811180 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 128 -
CMYK 0 0.87 0.01 0.49
HSL 300.54º 0.77% 0.29% -
HSV(B) 300.54º 0.87% 0.51% -
XYZ 13.15 6.63 21.01 -
YUV 63.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 129 17 128 0 0.87 0.01 0.49 300.54 0.77 0.29
Hex 81 11 80 0 57 1 31 12D 4D 1D
Octal 201 21 200 0 127 1 61 455 115 35
Binary 10000001 10001 10000000 0 1010111 1 110001 100101101 1001101 11101

Color Harmonies of #811180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811180

Black with #811180

Text Example


Text Example

White with #811180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811180; }

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

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

background-color css

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

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

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

border-color css

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

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

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