Html Css Color HEX #822469 Dark Purple

📋 copy color: '#822469'

red 130 ◦ green 36 ◦ blue 105

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

Shades of Dark Purple #822469

Tints of Dark Purple #822469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 105 (41.41% from 255) = 38.75%

R = 47.97%
G = 13.28%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#822469 (or 0x822469) is known color: Dark Purple. HEX triplet: 82, 24 and 69. RGB value is (130,36,105). Sum of RGB (Red+Green+Blue) = 130+36+105=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #822469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822469 is #7DDB96. Grayscale: #474747. Windows color (decimal): -8248215 or 6890626. OLE color: 6890626.

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

Color convert

RGB 130 36 105 -
CMYK 0 0.72 0.19 0.49
HSL 315.96º 0.57% 0.33% -
HSV(B) 315.96º 0.72% 0.51% -
XYZ 12.39 7.03 14.07 -
YUV 71.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 130 36 105 0 0.72 0.19 0.49 315.96 0.57 0.33
Hex 82 24 69 0 48 13 31 13C 39 21
Octal 202 44 151 0 110 23 61 474 71 41
Binary 10000010 100100 1101001 0 1001000 10011 110001 100111100 111001 100001

Color Harmonies of #822469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822469

Black with #822469

Text Example


Text Example

White with #822469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822469; }

 p { color: rgb(130,36,105); }

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

background-color css

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

 a { background-color: rgb(130,36,105); }

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

border-color css

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

 span { border-color: rgb(130,36,105); }

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