Html Css Color HEX #820079 Purple

📋 copy color: '#820079'

red 130 ◦ green 0 ◦ blue 121

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

Shades of Purple #820079

Tints of Purple #820079

RGB

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

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

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

R = 51.79%
G = 0%
B = 48.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#820079 (or 0x820079) is known color: Purple. HEX triplet: 82, 00 and 79. RGB value is (130,0,121). Sum of RGB (Red+Green+Blue) = 130+0+121=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #820079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820079 is #7DFF86. Grayscale: #343434. Windows color (decimal): -8257415 or 7929986. OLE color: 7929986.

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

Color convert

RGB 130 0 121 -
CMYK 0 1 0.07 0.49
HSL 304.15º 1% 0.25% -
HSV(B) 304.15º 1% 0.51% -
XYZ 12.66 6.13 18.6 -
YUV 52.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 130 0 121 0 1 0.07 0.49 304.15 1 0.25
Hex 82 0 79 0 64 7 31 130 64 19
Octal 202 0 171 0 144 7 61 460 144 31
Binary 10000010 0 1111001 0 1100100 111 110001 100110000 1100100 11001

Color Harmonies of #820079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820079

Black with #820079

Text Example


Text Example

White with #820079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820079; }

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

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

background-color css

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

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

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

border-color css

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

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

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