Html Css Color HEX #822373 Dark Purple

📋 copy color: '#822373'

red 130 ◦ green 35 ◦ blue 115

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

Shades of Dark Purple #822373

Tints of Dark Purple #822373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 46.43%
G = 12.5%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#822373 (or 0x822373) is known color: Dark Purple. HEX triplet: 82, 23 and 73. RGB value is (130,35,115). Sum of RGB (Red+Green+Blue) = 130+35+115=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #822373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822373 is #7DDC8C. Grayscale: #484848. Windows color (decimal): -8248461 or 7545730. OLE color: 7545730.

HSL color Cylindrical-coordinate representation of color #822373: hue angle of 309.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822373 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 115 -
CMYK 0 0.73 0.12 0.49
HSL 309.47º 0.58% 0.32% -
HSV(B) 309.47º 0.73% 0.51% -
XYZ 12.9 7.19 16.93 -
YUV 72.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 130 35 115 0 0.73 0.12 0.49 309.47 0.58 0.32
Hex 82 23 73 0 49 C 31 135 3A 20
Octal 202 43 163 0 111 14 61 465 72 40
Binary 10000010 100011 1110011 0 1001001 1100 110001 100110101 111010 100000

Color Harmonies of #822373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822373

Black with #822373

Text Example


Text Example

White with #822373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822373; }

 p { color: rgb(130,35,115); }

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

background-color css

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

 a { background-color: rgb(130,35,115); }

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

border-color css

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

 span { border-color: rgb(130,35,115); }

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