Html Css Color HEX #822580 Dark Purple

📋 copy color: '#822580'

red 130 ◦ green 37 ◦ blue 128

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

Shades of Dark Purple #822580

Tints of Dark Purple #822580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 44.07%
G = 12.54%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#822580 (or 0x822580) is known color: Dark Purple. HEX triplet: 82, 25 and 80. RGB value is (130,37,128). Sum of RGB (Red+Green+Blue) = 130+37+128=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #822580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822580 is #7DDA7F. Grayscale: #4A4A4A. Windows color (decimal): -8247936 or 8398210. OLE color: 8398210.

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

Color convert

RGB 130 37 128 -
CMYK 0 0.72 0.02 0.49
HSL 301.29º 0.56% 0.33% -
HSV(B) 301.29º 0.72% 0.51% -
XYZ 13.76 7.63 21.17 -
YUV 75.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 130 37 128 0 0.72 0.02 0.49 301.29 0.56 0.33
Hex 82 25 80 0 48 2 31 12D 38 21
Octal 202 45 200 0 110 2 61 455 70 41
Binary 10000010 100101 10000000 0 1001000 10 110001 100101101 111000 100001

Color Harmonies of #822580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822580

Black with #822580

Text Example


Text Example

White with #822580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822580; }

 p { color: rgb(130,37,128); }

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

background-color css

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

 a { background-color: rgb(130,37,128); }

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

border-color css

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

 span { border-color: rgb(130,37,128); }

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