Html Css Color HEX #820582 Purple

📋 copy color: '#820582'

red 130 ◦ green 5 ◦ blue 130

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

Shades of Purple #820582

Tints of Purple #820582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 49.06%
G = 1.89%
B = 49.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#820582 (or 0x820582) is known color: Purple. HEX triplet: 82, 05 and 82. RGB value is (130,5,130). Sum of RGB (Red+Green+Blue) = 130+5+130=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #820582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820582 is #7DFA7D. Grayscale: #383838. Windows color (decimal): -8256126 or 8521090. OLE color: 8521090.

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

Color convert

RGB 130 5 130 -
CMYK 0 0.96 0 0.49
HSL 300º 0.93% 0.26% -
HSV(B) 300º 0.96% 0.51% -
XYZ 13.29 6.47 21.67 -
YUV 56.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 130 5 130 0 0.96 0 0.49 300 0.93 0.26
Hex 82 5 82 0 60 0 31 12C 5D 1A
Octal 202 5 202 0 140 0 61 454 135 32
Binary 10000010 101 10000010 0 1100000 0 110001 100101100 1011101 11010

Color Harmonies of #820582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820582

Black with #820582

Text Example


Text Example

White with #820582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820582; }

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

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

background-color css

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

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

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

border-color css

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

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

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