Html Css Color HEX #822768 Dark Purple

📋 copy color: '#822768'

red 130 ◦ green 39 ◦ blue 104

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

Shades of Dark Purple #822768

Tints of Dark Purple #822768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 47.62%
G = 14.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#822768 (or 0x822768) is known color: Dark Purple. HEX triplet: 82, 27 and 68. RGB value is (130,39,104). Sum of RGB (Red+Green+Blue) = 130+39+104=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #822768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822768 is #7DD897. Grayscale: #494949. Windows color (decimal): -8247448 or 6825858. OLE color: 6825858.

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

Color convert

RGB 130 39 104 -
CMYK 0 0.70 0.2 0.49
HSL 317.14º 0.54% 0.33% -
HSV(B) 317.14º 0.7% 0.51% -
XYZ 12.43 7.2 13.83 -
YUV 73.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 130 39 104 0 0.70 0.2 0.49 317.14 0.54 0.33
Hex 82 27 68 0 46 14 31 13D 36 21
Octal 202 47 150 0 106 24 61 475 66 41
Binary 10000010 100111 1101000 0 1000110 10100 110001 100111101 110110 100001

Color Harmonies of #822768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822768

Black with #822768

Text Example


Text Example

White with #822768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822768; }

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

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

background-color css

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

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

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

border-color css

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

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

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