Html Css Color HEX #822763 Dark Purple

📋 copy color: '#822763'

red 130 ◦ green 39 ◦ blue 99

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

Shades of Dark Purple #822763

Tints of Dark Purple #822763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 48.51%
G = 14.55%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#822763 (or 0x822763) is known color: Dark Purple. HEX triplet: 82, 27 and 63. RGB value is (130,39,99). Sum of RGB (Red+Green+Blue) = 130+39+99=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #822763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822763 is #7DD89C. Grayscale: #484848. Windows color (decimal): -8247453 or 6498178. OLE color: 6498178.

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

Color convert

RGB 130 39 99 -
CMYK 0 0.70 0.24 0.49
HSL 320.44º 0.54% 0.33% -
HSV(B) 320.44º 0.7% 0.51% -
XYZ 12.18 7.1 12.53 -
YUV 73.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 130 39 99 0 0.70 0.24 0.49 320.44 0.54 0.33
Hex 82 27 63 0 46 18 31 140 36 21
Octal 202 47 143 0 106 30 61 500 66 41
Binary 10000010 100111 1100011 0 1000110 11000 110001 101000000 110110 100001

Color Harmonies of #822763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822763

Black with #822763

Text Example


Text Example

White with #822763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822763; }

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

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

background-color css

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

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

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

border-color css

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

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

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