Html Css Color HEX #82056F Purple

📋 copy color: '#82056F'

red 130 ◦ green 5 ◦ blue 111

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

Shades of Purple #82056F

Tints of Purple #82056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

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

R = 52.85%
G = 2.03%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82056F (or 0x82056F) is known color: Purple. HEX triplet: 82, 05 and 6F. RGB value is (130,5,111). Sum of RGB (Red+Green+Blue) = 130+5+111=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82056F is #7DFA90. Grayscale: #363636. Windows color (decimal): -8256145 or 7275906. OLE color: 7275906.

HSL color Cylindrical-coordinate representation of color #82056F: hue angle of 309.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82056F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 111 -
CMYK 0 0.96 0.15 0.49
HSL 309.12º 0.93% 0.26% -
HSV(B) 309.12º 0.96% 0.51% -
XYZ 12.13 6 15.56 -
YUV 54.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 130 5 111 0 0.96 0.15 0.49 309.12 0.93 0.26
Hex 82 5 6F 0 60 F 31 135 5D 1A
Octal 202 5 157 0 140 17 61 465 135 32
Binary 10000010 101 1101111 0 1100000 1111 110001 100110101 1011101 11010

Color Harmonies of #82056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82056F

Black with #82056F

Text Example


Text Example

White with #82056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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