Html Css Color HEX #820280 Purple

📋 copy color: '#820280'

red 130 ◦ green 2 ◦ blue 128

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

Shades of Purple #820280

Tints of Purple #820280

RGB

 RED value IS 130 (51.17% from 255) = 50%

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 50%
G = 0.77%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#820280 (or 0x820280) is known color: Purple. HEX triplet: 82, 02 and 80. RGB value is (130,2,128). Sum of RGB (Red+Green+Blue) = 130+2+128=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #820280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820280 is #7DFD7F. Grayscale: #363636. Windows color (decimal): -8256896 or 8389250. OLE color: 8389250.

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

Color convert

RGB 130 2 128 -
CMYK 0 0.98 0.02 0.49
HSL 300.94º 0.97% 0.26% -
HSV(B) 300.94º 0.98% 0.51% -
XYZ 13.12 6.35 20.96 -
YUV 54.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 130 2 128 0 0.98 0.02 0.49 300.94 0.97 0.26
Hex 82 2 80 0 62 2 31 12D 61 1A
Octal 202 2 200 0 142 2 61 455 141 32
Binary 10000010 10 10000000 0 1100010 10 110001 100101101 1100001 11010

Color Harmonies of #820280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820280

Black with #820280

Text Example


Text Example

White with #820280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820280; }

 p { color: rgb(130,2,128); }

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

background-color css

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

 a { background-color: rgb(130,2,128); }

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

border-color css

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

 span { border-color: rgb(130,2,128); }

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