Html Css Color HEX #82006F Purple

📋 copy color: '#82006F'

red 130 ◦ green 0 ◦ blue 111

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

Shades of Purple #82006F

Tints of Purple #82006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 53.94%
G = 0%
B = 46.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82006F (or 0x82006F) is known color: Purple. HEX triplet: 82, 00 and 6F. RGB value is (130,0,111). Sum of RGB (Red+Green+Blue) = 130+0+111=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82006F is #7DFF90. Grayscale: #333333. Windows color (decimal): -8257425 or 7274626. OLE color: 7274626.

HSL color Cylindrical-coordinate representation of color #82006F: hue angle of 308.77º 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 #82006F is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 111 -
CMYK 0 1 0.15 0.49
HSL 308.77º 1% 0.25% -
HSV(B) 308.77º 1% 0.51% -
XYZ 12.08 5.89 15.54 -
YUV 51.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 130 0 111 0 1 0.15 0.49 308.77 1 0.25
Hex 82 0 6F 0 64 F 31 135 64 19
Octal 202 0 157 0 144 17 61 465 144 31
Binary 10000010 0 1101111 0 1100100 1111 110001 100110101 1100100 11001

Color Harmonies of #82006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82006F

Black with #82006F

Text Example


Text Example

White with #82006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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