Html Css Color HEX #820579 Purple

📋 copy color: '#820579'

red 130 ◦ green 5 ◦ blue 121

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

Shades of Purple #820579

Tints of Purple #820579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 50.78%
G = 1.95%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#820579 (or 0x820579) is known color: Purple. HEX triplet: 82, 05 and 79. RGB value is (130,5,121). Sum of RGB (Red+Green+Blue) = 130+5+121=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #820579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820579 is #7DFA86. Grayscale: #373737. Windows color (decimal): -8256135 or 7931266. OLE color: 7931266.

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

Color convert

RGB 130 5 121 -
CMYK 0 0.96 0.07 0.49
HSL 304.32º 0.93% 0.26% -
HSV(B) 304.32º 0.96% 0.51% -
XYZ 12.71 6.23 18.62 -
YUV 55.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 130 5 121 0 0.96 0.07 0.49 304.32 0.93 0.26
Hex 82 5 79 0 60 7 31 130 5D 1A
Octal 202 5 171 0 140 7 61 460 135 32
Binary 10000010 101 1111001 0 1100000 111 110001 100110000 1011101 11010

Color Harmonies of #820579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820579

Black with #820579

Text Example


Text Example

White with #820579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820579; }

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

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

background-color css

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

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

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

border-color css

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

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

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