Html Css Color HEX #82167A Dark Purple

📋 copy color: '#82167A'

red 130 ◦ green 22 ◦ blue 122

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

Shades of Dark Purple #82167A

Tints of Dark Purple #82167A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 47.45%
G = 8.03%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82167A (or 0x82167A) is known color: Dark Purple. HEX triplet: 82, 16 and 7A. RGB value is (130,22,122). Sum of RGB (Red+Green+Blue) = 130+22+122=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82167A is #7DE985. Grayscale: #414141. Windows color (decimal): -8251782 or 8001154. OLE color: 8001154.

HSL color Cylindrical-coordinate representation of color #82167A: hue angle of 304.44º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82167A is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 122 -
CMYK 0 0.83 0.06 0.49
HSL 304.44º 0.71% 0.3% -
HSV(B) 304.44º 0.83% 0.51% -
XYZ 13.01 6.72 19.02 -
YUV 65.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 130 22 122 0 0.83 0.06 0.49 304.44 0.71 0.3
Hex 82 16 7A 0 53 6 31 130 47 1E
Octal 202 26 172 0 123 6 61 460 107 36
Binary 10000010 10110 1111010 0 1010011 110 110001 100110000 1000111 11110

Color Harmonies of #82167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82167A

Black with #82167A

Text Example


Text Example

White with #82167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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