Html Css Color HEX #820A77 Purple

📋 copy color: '#820A77'

red 130 ◦ green 10 ◦ blue 119

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

Shades of Purple #820A77

Tints of Purple #820A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.86%

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 50.19%
G = 3.86%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#820A77 (or 0x820A77) is known color: Purple. HEX triplet: 82, 0A and 77. RGB value is (130,10,119). Sum of RGB (Red+Green+Blue) = 130+10+119=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #820A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820A77 is #7DF588. Grayscale: #393939. Windows color (decimal): -8254857 or 7801474. OLE color: 7801474.

HSL color Cylindrical-coordinate representation of color #820A77: hue angle of 305.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A77 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 119 -
CMYK 0 0.92 0.08 0.49
HSL 305.5º 0.86% 0.27% -
HSV(B) 305.5º 0.92% 0.51% -
XYZ 12.64 6.29 18 -
YUV 58.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 130 10 119 0 0.92 0.08 0.49 305.5 0.86 0.27
Hex 82 A 77 0 5C 8 31 132 56 1B
Octal 202 12 167 0 134 10 61 462 126 33
Binary 10000010 1010 1110111 0 1011100 1000 110001 100110010 1010110 11011

Color Harmonies of #820A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A77

Black with #820A77

Text Example


Text Example

White with #820A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820A77; }

 p { color: rgb(130,10,119); }

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

background-color css

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

 a { background-color: rgb(130,10,119); }

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

border-color css

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

 span { border-color: rgb(130,10,119); }

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