Html Css Color HEX #810082 Purple

📋 copy color: '#810082'

red 129 ◦ green 0 ◦ blue 130

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

Shades of Purple #810082

Tints of Purple #810082

RGB

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

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

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

R = 49.81%
G = 0%
B = 50.19%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#810082 (or 0x810082) is known color: Purple. HEX triplet: 81, 00 and 82. RGB value is (129,0,130). Sum of RGB (Red+Green+Blue) = 129+0+130=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #810082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810082 is #7EFF7D. Grayscale: #353535. Windows color (decimal): -8322942 or 8519809. OLE color: 8519809.

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

Color convert

RGB 129 0 130 -
CMYK 0.01 1 0 0.49
HSL 299.54º 1% 0.25% -
HSV(B) 299.54º 1% 0.51% -
XYZ 13.08 6.28 21.64 -
YUV 53.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 129 0 130 0.01 1 0 0.49 299.54 1 0.25
Hex 81 0 82 1 64 0 31 12C 64 19
Octal 201 0 202 1 144 0 61 454 144 31
Binary 10000001 0 10000010 1 1100100 0 110001 100101100 1100100 11001

Color Harmonies of #810082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810082

Black with #810082

Text Example


Text Example

White with #810082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810082; }

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

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

background-color css

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

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

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

border-color css

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

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

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