Html Css Color HEX #811482 Purple

📋 copy color: '#811482'

red 129 ◦ green 20 ◦ blue 130

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

Shades of Purple #811482

Tints of Purple #811482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 46.24%
G = 7.17%
B = 46.59%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#811482 (or 0x811482) is known color: Purple. HEX triplet: 81, 14 and 82. RGB value is (129,20,130). Sum of RGB (Red+Green+Blue) = 129+20+130=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #811482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811482 is #7EEB7D. Grayscale: #404040. Windows color (decimal): -8317822 or 8524929. OLE color: 8524929.

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

Color convert

RGB 129 20 130 -
CMYK 0.01 0.85 0 0.49
HSL 299.45º 0.73% 0.29% -
HSV(B) 299.45º 0.85% 0.51% -
XYZ 13.33 6.78 21.72 -
YUV 65.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 129 20 130 0.01 0.85 0 0.49 299.45 0.73 0.29
Hex 81 14 82 1 55 0 31 12B 49 1D
Octal 201 24 202 1 125 0 61 453 111 35
Binary 10000001 10100 10000010 1 1010101 0 110001 100101011 1001001 11101

Color Harmonies of #811482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811482

Black with #811482

Text Example


Text Example

White with #811482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811482; }

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

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

background-color css

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

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

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

border-color css

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

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

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