Html Css Color HEX #821660 Dark Purple

📋 copy color: '#821660'

red 130 ◦ green 22 ◦ blue 96

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

Shades of Dark Purple #821660

Tints of Dark Purple #821660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 52.42%
G = 8.87%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#821660 (or 0x821660) is known color: Dark Purple. HEX triplet: 82, 16 and 60. RGB value is (130,22,96). Sum of RGB (Red+Green+Blue) = 130+22+96=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #821660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821660 is #7DE99F. Grayscale: #3E3E3E. Windows color (decimal): -8251808 or 6297218. OLE color: 6297218.

HSL color Cylindrical-coordinate representation of color #821660: hue angle of 318.89º 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 #821660 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 96 -
CMYK 0 0.83 0.26 0.49
HSL 318.89º 0.71% 0.3% -
HSV(B) 318.89º 0.83% 0.51% -
XYZ 11.6 6.16 11.64 -
YUV 62.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 130 22 96 0 0.83 0.26 0.49 318.89 0.71 0.3
Hex 82 16 60 0 53 1A 31 13F 47 1E
Octal 202 26 140 0 123 32 61 477 107 36
Binary 10000010 10110 1100000 0 1010011 11010 110001 100111111 1000111 11110

Color Harmonies of #821660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821660

Black with #821660

Text Example


Text Example

White with #821660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821660; }

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

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

background-color css

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

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

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

border-color css

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

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

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