Html Css Color HEX #830582 Purple

📋 copy color: '#830582'

red 131 ◦ green 5 ◦ blue 130

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

Shades of Purple #830582

Tints of Purple #830582

RGB

 RED value IS 131 (51.56% from 255) = 49.25%

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

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

R = 49.25%
G = 1.88%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#830582 (or 0x830582) is known color: Purple. HEX triplet: 83, 05 and 82. RGB value is (131,5,130). Sum of RGB (Red+Green+Blue) = 131+5+130=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #830582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830582 is #7CFA7D. Grayscale: #383838. Windows color (decimal): -8190590 or 8521091. OLE color: 8521091.

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

Color convert

RGB 131 5 130 -
CMYK 0 0.96 0.01 0.49
HSL 300.48º 0.93% 0.27% -
HSV(B) 300.48º 0.96% 0.51% -
XYZ 13.44 6.55 21.67 -
YUV 56.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 131 5 130 0 0.96 0.01 0.49 300.48 0.93 0.27
Hex 83 5 82 0 60 1 31 12C 5D 1B
Octal 203 5 202 0 140 1 61 454 135 33
Binary 10000011 101 10000010 0 1100000 1 110001 100101100 1011101 11011

Color Harmonies of #830582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830582

Black with #830582

Text Example


Text Example

White with #830582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830582; }

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

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

background-color css

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

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

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

border-color css

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

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

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