Html Css Color HEX #820879 Purple

📋 copy color: '#820879'

red 130 ◦ green 8 ◦ blue 121

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

Shades of Purple #820879

Tints of Purple #820879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 121 (47.66% from 255) = 46.72%

R = 50.19%
G = 3.09%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#820879 (or 0x820879) is known color: Purple. HEX triplet: 82, 08 and 79. RGB value is (130,8,121). Sum of RGB (Red+Green+Blue) = 130+8+121=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #820879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820879 is #7DF786. Grayscale: #393939. Windows color (decimal): -8255367 or 7932034. OLE color: 7932034.

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

Color convert

RGB 130 8 121 -
CMYK 0 0.94 0.07 0.49
HSL 304.43º 0.88% 0.27% -
HSV(B) 304.43º 0.94% 0.51% -
XYZ 12.74 6.3 18.63 -
YUV 57.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 130 8 121 0 0.94 0.07 0.49 304.43 0.88 0.27
Hex 82 8 79 0 5E 7 31 130 58 1B
Octal 202 10 171 0 136 7 61 460 130 33
Binary 10000010 1000 1111001 0 1011110 111 110001 100110000 1011000 11011

Color Harmonies of #820879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820879

Black with #820879

Text Example


Text Example

White with #820879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820879; }

 p { color: rgb(130,8,121); }

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

background-color css

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

 a { background-color: rgb(130,8,121); }

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

border-color css

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

 span { border-color: rgb(130,8,121); }

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