Html Css Color HEX #822B74 Dark Purple

📋 copy color: '#822B74'

red 130 ◦ green 43 ◦ blue 116

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

Shades of Dark Purple #822B74

Tints of Dark Purple #822B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.88%

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 44.98%
G = 14.88%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#822B74 (or 0x822B74) is known color: Dark Purple. HEX triplet: 82, 2B and 74. RGB value is (130,43,116). Sum of RGB (Red+Green+Blue) = 130+43+116=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #822B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822B74 is #7DD48B. Grayscale: #4D4D4D. Windows color (decimal): -8246412 or 7613314. OLE color: 7613314.

HSL color Cylindrical-coordinate representation of color #822B74: hue angle of 309.66º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #822B74 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 43 116 -
CMYK 0 0.67 0.11 0.49
HSL 309.66º 0.5% 0.34% -
HSV(B) 309.66º 0.67% 0.51% -
XYZ 13.22 7.73 17.32 -
YUV 77.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 130 43 116 0 0.67 0.11 0.49 309.66 0.5 0.34
Hex 82 2B 74 0 43 B 31 136 32 22
Octal 202 53 164 0 103 13 61 466 62 42
Binary 10000010 101011 1110100 0 1000011 1011 110001 100110110 110010 100010

Color Harmonies of #822B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B74

Black with #822B74

Text Example


Text Example

White with #822B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822B74; }

 p { color: rgb(130,43,116); }

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

background-color css

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

 a { background-color: rgb(130,43,116); }

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

border-color css

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

 span { border-color: rgb(130,43,116); }

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