Html Css Color HEX #822772 Dark Purple

📋 copy color: '#822772'

red 130 ◦ green 39 ◦ blue 114

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

Shades of Dark Purple #822772

Tints of Dark Purple #822772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 45.94%
G = 13.78%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#822772 (or 0x822772) is known color: Dark Purple. HEX triplet: 82, 27 and 72. RGB value is (130,39,114). Sum of RGB (Red+Green+Blue) = 130+39+114=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #822772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822772 is #7DD88D. Grayscale: #4A4A4A. Windows color (decimal): -8247438 or 7481218. OLE color: 7481218.

HSL color Cylindrical-coordinate representation of color #822772: hue angle of 310.55º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #822772 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 39 114 -
CMYK 0 0.70 0.12 0.49
HSL 310.55º 0.54% 0.33% -
HSV(B) 310.55º 0.7% 0.51% -
XYZ 12.97 7.41 16.67 -
YUV 74.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 130 39 114 0 0.70 0.12 0.49 310.55 0.54 0.33
Hex 82 27 72 0 46 C 31 137 36 21
Octal 202 47 162 0 106 14 61 467 66 41
Binary 10000010 100111 1110010 0 1000110 1100 110001 100110111 110110 100001

Color Harmonies of #822772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822772

Black with #822772

Text Example


Text Example

White with #822772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822772; }

 p { color: rgb(130,39,114); }

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

background-color css

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

 a { background-color: rgb(130,39,114); }

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

border-color css

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

 span { border-color: rgb(130,39,114); }

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