Html Css Color HEX #822667 Dark Purple

📋 copy color: '#822667'

red 130 ◦ green 38 ◦ blue 103

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

Shades of Dark Purple #822667

Tints of Dark Purple #822667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 47.97%
G = 14.02%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#822667 (or 0x822667) is known color: Dark Purple. HEX triplet: 82, 26 and 67. RGB value is (130,38,103). Sum of RGB (Red+Green+Blue) = 130+38+103=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #822667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822667 is #7DD998. Grayscale: #484848. Windows color (decimal): -8247705 or 6760066. OLE color: 6760066.

HSL color Cylindrical-coordinate representation of color #822667: hue angle of 317.61º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822667 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 103 -
CMYK 0 0.71 0.21 0.49
HSL 317.61º 0.55% 0.33% -
HSV(B) 317.61º 0.71% 0.51% -
XYZ 12.35 7.11 13.55 -
YUV 72.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 130 38 103 0 0.71 0.21 0.49 317.61 0.55 0.33
Hex 82 26 67 0 47 15 31 13E 37 21
Octal 202 46 147 0 107 25 61 476 67 41
Binary 10000010 100110 1100111 0 1000111 10101 110001 100111110 110111 100001

Color Harmonies of #822667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822667

Black with #822667

Text Example


Text Example

White with #822667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822667; }

 p { color: rgb(130,38,103); }

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

background-color css

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

 a { background-color: rgb(130,38,103); }

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

border-color css

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

 span { border-color: rgb(130,38,103); }

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