#830675

Color #830675 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #830675

Tints of Purple #830675

Color information

#830675 (or 0x830675) is unknown color: approx Purple. HEX triplet: 83, 06 and 75. RGB value is (131,6,117). Sum of RGB (Red+Green+Blue) = 131+6+117=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #830675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830675 is #7CF98A. Grayscale: #373737. Windows color (decimal): -8190347 or 7669379. OLE color: 7669379.

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

Color convert

RGB1316117-
CMYK00.950.110.49
HSL306.72º91.24%26.86%-
HSV(B)306.72º95.42%51.37%-
XYZ12.646.2417.37-
YUV56.03162.41181.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=51.57%
G=2.36%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131611700.950.110.49306.7291.2426.86
Hex8367505FB311335b1b
Octal20361650137136146313333
Binary100000111101110101010111111011110001100110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830675; }

 p { color: rgb(131,6,117); }

 H1.HeaderClassName
 {
   color: #830675;
 }
 .AnyTagClassName
 {
   color: #830675;
 }
</style>
background-color css

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

 a { background-color: rgb(131,6,117); }

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

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

 span { border-color: rgb(131,6,117); }

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