Html Css Color HEX #821960 Dark Purple

📋 copy color: '#821960'

red 130 ◦ green 25 ◦ blue 96

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

Shades of Dark Purple #821960

Tints of Dark Purple #821960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 51.79%
G = 9.96%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#821960 (or 0x821960) is known color: Dark Purple. HEX triplet: 82, 19 and 60. RGB value is (130,25,96). Sum of RGB (Red+Green+Blue) = 130+25+96=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #821960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821960 is #7DE69F. Grayscale: #404040. Windows color (decimal): -8251040 or 6297986. OLE color: 6297986.

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

Color convert

RGB 130 25 96 -
CMYK 0 0.81 0.26 0.49
HSL 319.43º 0.68% 0.3% -
HSV(B) 319.43º 0.81% 0.51% -
XYZ 11.66 6.29 11.66 -
YUV 64.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 130 25 96 0 0.81 0.26 0.49 319.43 0.68 0.3
Hex 82 19 60 0 51 1A 31 13F 44 1E
Octal 202 31 140 0 121 32 61 477 104 36
Binary 10000010 11001 1100000 0 1010001 11010 110001 100111111 1000100 11110

Color Harmonies of #821960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821960

Black with #821960

Text Example


Text Example

White with #821960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821960; }

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

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

background-color css

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

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

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

border-color css

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

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

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