Html Css Color HEX #82006D Purple

📋 copy color: '#82006D'

red 130 ◦ green 0 ◦ blue 109

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

Shades of Purple #82006D

Tints of Purple #82006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 54.39%
G = 0%
B = 45.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82006D (or 0x82006D) is known color: Purple. HEX triplet: 82, 00 and 6D. RGB value is (130,0,109). Sum of RGB (Red+Green+Blue) = 130+0+109=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82006D is #7DFF92. Grayscale: #323232. Windows color (decimal): -8257427 or 7143554. OLE color: 7143554.

HSL color Cylindrical-coordinate representation of color #82006D: hue angle of 309.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82006D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 109 -
CMYK 0 1 0.16 0.49
HSL 309.69º 1% 0.25% -
HSV(B) 309.69º 1% 0.51% -
XYZ 11.97 5.85 14.97 -
YUV 51.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 130 0 109 0 1 0.16 0.49 309.69 1 0.25
Hex 82 0 6D 0 64 10 31 136 64 19
Octal 202 0 155 0 144 20 61 466 144 31
Binary 10000010 0 1101101 0 1100100 10000 110001 100110110 1100100 11001

Color Harmonies of #82006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82006D

Black with #82006D

Text Example


Text Example

White with #82006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82006D; }

 p { color: rgb(130,0,109); }

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

background-color css

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

 a { background-color: rgb(130,0,109); }

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

border-color css

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

 span { border-color: rgb(130,0,109); }

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