Html Css Color HEX #821577 Dark Purple

📋 copy color: '#821577'

red 130 ◦ green 21 ◦ blue 119

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

Shades of Dark Purple #821577

Tints of Dark Purple #821577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 48.15%
G = 7.78%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#821577 (or 0x821577) is known color: Dark Purple. HEX triplet: 82, 15 and 77. RGB value is (130,21,119). Sum of RGB (Red+Green+Blue) = 130+21+119=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #821577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821577 is #7DEA88. Grayscale: #404040. Windows color (decimal): -8252041 or 7804290. OLE color: 7804290.

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

Color convert

RGB 130 21 119 -
CMYK 0 0.84 0.08 0.49
HSL 306.06º 0.72% 0.3% -
HSV(B) 306.06º 0.84% 0.51% -
XYZ 12.8 6.61 18.05 -
YUV 64.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 130 21 119 0 0.84 0.08 0.49 306.06 0.72 0.3
Hex 82 15 77 0 54 8 31 132 48 1E
Octal 202 25 167 0 124 10 61 462 110 36
Binary 10000010 10101 1110111 0 1010100 1000 110001 100110010 1001000 11110

Color Harmonies of #821577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821577

Black with #821577

Text Example


Text Example

White with #821577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821577; }

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

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

background-color css

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

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

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

border-color css

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

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

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