Html Css Color HEX #822764 Dark Purple

📋 copy color: '#822764'

red 130 ◦ green 39 ◦ blue 100

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

Shades of Dark Purple #822764

Tints of Dark Purple #822764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 48.33%
G = 14.5%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#822764 (or 0x822764) is known color: Dark Purple. HEX triplet: 82, 27 and 64. RGB value is (130,39,100). Sum of RGB (Red+Green+Blue) = 130+39+100=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822764 is #7DD89B. Grayscale: #494949. Windows color (decimal): -8247452 or 6563714. OLE color: 6563714.

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

Color convert

RGB 130 39 100 -
CMYK 0 0.70 0.23 0.49
HSL 319.78º 0.54% 0.33% -
HSV(B) 319.78º 0.7% 0.51% -
XYZ 12.23 7.12 12.79 -
YUV 73.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 130 39 100 0 0.70 0.23 0.49 319.78 0.54 0.33
Hex 82 27 64 0 46 17 31 140 36 21
Octal 202 47 144 0 106 27 61 500 66 41
Binary 10000010 100111 1100100 0 1000110 10111 110001 101000000 110110 100001

Color Harmonies of #822764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822764

Black with #822764

Text Example


Text Example

White with #822764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822764; }

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

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

background-color css

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

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

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

border-color css

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

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

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