Html Css Color HEX #822F79 Dark Purple

📋 copy color: '#822F79'

red 130 ◦ green 47 ◦ blue 121

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

Shades of Dark Purple #822F79

Tints of Dark Purple #822F79

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.77%

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

R = 43.62%
G = 15.77%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#822F79 (or 0x822F79) is known color: Dark Purple. HEX triplet: 82, 2F and 79. RGB value is (130,47,121). Sum of RGB (Red+Green+Blue) = 130+47+121=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #822F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822F79 is #7DD086. Grayscale: #505050. Windows color (decimal): -8245383 or 7942018. OLE color: 7942018.

HSL color Cylindrical-coordinate representation of color #822F79: hue angle of 306.51º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F79 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 47 121 -
CMYK 0 0.64 0.07 0.49
HSL 306.51º 0.47% 0.35% -
HSV(B) 306.51º 0.64% 0.51% -
XYZ 13.67 8.16 18.94 -
YUV 80.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 130 47 121 0 0.64 0.07 0.49 306.51 0.47 0.35
Hex 82 2F 79 0 40 7 31 133 2F 23
Octal 202 57 171 0 100 7 61 463 57 43
Binary 10000010 101111 1111001 0 1000000 111 110001 100110011 101111 100011

Color Harmonies of #822F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822F79

Black with #822F79

Text Example


Text Example

White with #822F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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