Html Css Color HEX #820D7A Purple

📋 copy color: '#820D7A'

red 130 ◦ green 13 ◦ blue 122

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

Shades of Purple #820D7A

Tints of Purple #820D7A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.91%

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

R = 49.06%
G = 4.91%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#820D7A (or 0x820D7A) is known color: Purple. HEX triplet: 82, 0D and 7A. RGB value is (130,13,122). Sum of RGB (Red+Green+Blue) = 130+13+122=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #820D7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D7A is #7DF285. Grayscale: #3C3C3C. Windows color (decimal): -8254086 or 7998850. OLE color: 7998850.

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

Color convert

RGB 130 13 122 -
CMYK 0 0.9 0.06 0.49
HSL 304.1º 0.82% 0.28% -
HSV(B) 304.1º 0.9% 0.51% -
XYZ 12.86 6.44 18.98 -
YUV 60.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 130 13 122 0 0.9 0.06 0.49 304.1 0.82 0.28
Hex 82 D 7A 0 5A 6 31 130 52 1C
Octal 202 15 172 0 132 6 61 460 122 34
Binary 10000010 1101 1111010 0 1011010 110 110001 100110000 1010010 11100

Color Harmonies of #820D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D7A

Black with #820D7A

Text Example


Text Example

White with #820D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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