Html Css Color HEX #82056D Purple

📋 copy color: '#82056D'

red 130 ◦ green 5 ◦ blue 109

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

Shades of Purple #82056D

Tints of Purple #82056D

RGB

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

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

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

R = 53.28%
G = 2.05%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82056D (or 0x82056D) is known color: Purple. HEX triplet: 82, 05 and 6D. RGB value is (130,5,109). Sum of RGB (Red+Green+Blue) = 130+5+109=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82056D is #7DFA92. Grayscale: #353535. Windows color (decimal): -8256147 or 7144834. OLE color: 7144834.

HSL color Cylindrical-coordinate representation of color #82056D: hue angle of 310.08º 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 #82056D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 109 -
CMYK 0 0.96 0.16 0.49
HSL 310.08º 0.93% 0.26% -
HSV(B) 310.08º 0.96% 0.51% -
XYZ 12.02 5.96 14.98 -
YUV 54.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 130 5 109 0 0.96 0.16 0.49 310.08 0.93 0.26
Hex 82 5 6D 0 60 10 31 136 5D 1A
Octal 202 5 155 0 140 20 61 466 135 32
Binary 10000010 101 1101101 0 1100000 10000 110001 100110110 1011101 11010

Color Harmonies of #82056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82056D

Black with #82056D

Text Example


Text Example

White with #82056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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