Html Css Color HEX #82206C Dark Purple

📋 copy color: '#82206C'

red 130 ◦ green 32 ◦ blue 108

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

Shades of Dark Purple #82206C

Tints of Dark Purple #82206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 48.15%
G = 11.85%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82206C (or 0x82206C) is known color: Dark Purple. HEX triplet: 82, 20 and 6C. RGB value is (130,32,108). Sum of RGB (Red+Green+Blue) = 130+32+108=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #82206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82206C is #7DDF93. Grayscale: #454545. Windows color (decimal): -8249236 or 7086210. OLE color: 7086210.

HSL color Cylindrical-coordinate representation of color #82206C: hue angle of 313.47º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82206C is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 108 -
CMYK 0 0.75 0.17 0.49
HSL 313.47º 0.6% 0.32% -
HSV(B) 313.47º 0.75% 0.51% -
XYZ 12.43 6.86 14.86 -
YUV 69.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 130 32 108 0 0.75 0.17 0.49 313.47 0.6 0.32
Hex 82 20 6C 0 4B 11 31 139 3C 20
Octal 202 40 154 0 113 21 61 471 74 40
Binary 10000010 100000 1101100 0 1001011 10001 110001 100111001 111100 100000

Color Harmonies of #82206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82206C

Black with #82206C

Text Example


Text Example

White with #82206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82206C; }

 p { color: rgb(130,32,108); }

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

background-color css

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

 a { background-color: rgb(130,32,108); }

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

border-color css

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

 span { border-color: rgb(130,32,108); }

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