Html Css Color HEX #822379 Dark Purple

📋 copy color: '#822379'

red 130 ◦ green 35 ◦ blue 121

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

Shades of Dark Purple #822379

Tints of Dark Purple #822379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 45.45%
G = 12.24%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#822379 (or 0x822379) is known color: Dark Purple. HEX triplet: 82, 23 and 79. RGB value is (130,35,121). Sum of RGB (Red+Green+Blue) = 130+35+121=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #822379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822379 is #7DDC86. Grayscale: #484848. Windows color (decimal): -8248455 or 7938946. OLE color: 7938946.

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

Color convert

RGB 130 35 121 -
CMYK 0 0.73 0.07 0.49
HSL 305.68º 0.58% 0.32% -
HSV(B) 305.68º 0.73% 0.51% -
XYZ 13.26 7.33 18.8 -
YUV 73.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 130 35 121 0 0.73 0.07 0.49 305.68 0.58 0.32
Hex 82 23 79 0 49 7 31 132 3A 20
Octal 202 43 171 0 111 7 61 462 72 40
Binary 10000010 100011 1111001 0 1001001 111 110001 100110010 111010 100000

Color Harmonies of #822379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822379

Black with #822379

Text Example


Text Example

White with #822379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822379; }

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

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

background-color css

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

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

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

border-color css

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

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

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