Html Css Color HEX #821177 Dark Purple

📋 copy color: '#821177'

red 130 ◦ green 17 ◦ blue 119

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

Shades of Dark Purple #821177

Tints of Dark Purple #821177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

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

R = 48.87%
G = 6.39%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#821177 (or 0x821177) is known color: Dark Purple. HEX triplet: 82, 11 and 77. RGB value is (130,17,119). Sum of RGB (Red+Green+Blue) = 130+17+119=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #821177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821177 is #7DEE88. Grayscale: #3E3E3E. Windows color (decimal): -8253065 or 7803266. OLE color: 7803266.

HSL color Cylindrical-coordinate representation of color #821177: hue angle of 305.84º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821177 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 119 -
CMYK 0 0.87 0.08 0.49
HSL 305.84º 0.77% 0.29% -
HSV(B) 305.84º 0.87% 0.51% -
XYZ 12.74 6.48 18.03 -
YUV 62.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 130 17 119 0 0.87 0.08 0.49 305.84 0.77 0.29
Hex 82 11 77 0 57 8 31 132 4D 1D
Octal 202 21 167 0 127 10 61 462 115 35
Binary 10000010 10001 1110111 0 1010111 1000 110001 100110010 1001101 11101

Color Harmonies of #821177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821177

Black with #821177

Text Example


Text Example

White with #821177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821177; }

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

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

background-color css

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

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

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

border-color css

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

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

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