Html Css Color HEX #820B7A Purple

📋 copy color: '#820B7A'

red 130 ◦ green 11 ◦ blue 122

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

Shades of Purple #820B7A

Tints of Purple #820B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 122 (48.05% from 255) = 46.39%

R = 49.43%
G = 4.18%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#820B7A (or 0x820B7A) is known color: Purple. HEX triplet: 82, 0B and 7A. RGB value is (130,11,122). Sum of RGB (Red+Green+Blue) = 130+11+122=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #820B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B7A is #7DF485. Grayscale: #3A3A3A. Windows color (decimal): -8254598 or 7998338. OLE color: 7998338.

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

Color convert

RGB 130 11 122 -
CMYK 0 0.92 0.06 0.49
HSL 304.03º 0.84% 0.28% -
HSV(B) 304.03º 0.92% 0.51% -
XYZ 12.84 6.39 18.97 -
YUV 59.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 130 11 122 0 0.92 0.06 0.49 304.03 0.84 0.28
Hex 82 B 7A 0 5C 6 31 130 54 1C
Octal 202 13 172 0 134 6 61 460 124 34
Binary 10000010 1011 1111010 0 1011100 110 110001 100110000 1010100 11100

Color Harmonies of #820B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B7A

Black with #820B7A

Text Example


Text Example

White with #820B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,11,122); }

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

background-color css

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

 a { background-color: rgb(130,11,122); }

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

border-color css

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

 span { border-color: rgb(130,11,122); }

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