Html Css Color HEX #811381 Purple

📋 copy color: '#811381'

red 129 ◦ green 19 ◦ blue 129

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

Shades of Purple #811381

Tints of Purple #811381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 46.57%
G = 6.86%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#811381 (or 0x811381) is known color: Purple. HEX triplet: 81, 13 and 81. RGB value is (129,19,129). Sum of RGB (Red+Green+Blue) = 129+19+129=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #811381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811381 is #7EEC7E. Grayscale: #404040. Windows color (decimal): -8318079 or 8459137. OLE color: 8459137.

HSL color Cylindrical-coordinate representation of color #811381: hue angle of 300º degrees, saturation: 0.74, 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 #811381 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 129 -
CMYK 0 0.85 0 0.49
HSL 300º 0.74% 0.29% -
HSV(B) 300º 0.85% 0.51% -
XYZ 13.25 6.72 21.37 -
YUV 64.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 129 19 129 0 0.85 0 0.49 300 0.74 0.29
Hex 81 13 81 0 55 0 31 12C 4A 1D
Octal 201 23 201 0 125 0 61 454 112 35
Binary 10000001 10011 10000001 0 1010101 0 110001 100101100 1001010 11101

Color Harmonies of #811381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811381

Black with #811381

Text Example


Text Example

White with #811381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811381; }

 p { color: rgb(129,19,129); }

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

background-color css

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

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

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

border-color css

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

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

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