Html Css Color HEX #822380 Dark Purple

📋 copy color: '#822380'

red 130 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #822380

Tints of Dark Purple #822380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

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

R = 44.37%
G = 11.95%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#822380 (or 0x822380) is known color: Dark Purple. HEX triplet: 82, 23 and 80. RGB value is (130,35,128). Sum of RGB (Red+Green+Blue) = 130+35+128=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #822380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822380 is #7DDC7F. Grayscale: #494949. Windows color (decimal): -8248448 or 8397698. OLE color: 8397698.

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

Color convert

RGB 130 35 128 -
CMYK 0 0.73 0.02 0.49
HSL 301.26º 0.58% 0.32% -
HSV(B) 301.26º 0.73% 0.51% -
XYZ 13.7 7.51 21.15 -
YUV 74.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 130 35 128 0 0.73 0.02 0.49 301.26 0.58 0.32
Hex 82 23 80 0 49 2 31 12D 3A 20
Octal 202 43 200 0 111 2 61 455 72 40
Binary 10000010 100011 10000000 0 1001001 10 110001 100101101 111010 100000

Color Harmonies of #822380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822380

Black with #822380

Text Example


Text Example

White with #822380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822380; }

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

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

background-color css

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

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

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

border-color css

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

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

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