Html Css Color HEX #810081 Purple

📋 copy color: '#810081'

red 129 ◦ green 0 ◦ blue 129

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

Shades of Purple #810081

Tints of Purple #810081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#810081 (or 0x810081) is known color: Purple. HEX triplet: 81, 00 and 81. RGB value is (129,0,129). Sum of RGB (Red+Green+Blue) = 129+0+129=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #810081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810081 is #7EFF7E. Grayscale: #343434. Windows color (decimal): -8322943 or 8454273. OLE color: 8454273.

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

Color convert

RGB 129 0 129 -
CMYK 0 1 0 0.49
HSL 300º 1% 0.25% -
HSV(B) 300º 1% 0.51% -
XYZ 13.02 6.25 21.29 -
YUV 53.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 129 0 129 0 1 0 0.49 300 1 0.25
Hex 81 0 81 0 64 0 31 12C 64 19
Octal 201 0 201 0 144 0 61 454 144 31
Binary 10000001 0 10000001 0 1100100 0 110001 100101100 1100100 11001

Color Harmonies of #810081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810081

Black with #810081

Text Example


Text Example

White with #810081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810081; }

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

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

background-color css

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

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

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

border-color css

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

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

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