#830674

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

Shades of Purple #830674

Tints of Purple #830674

Color information

#830674 (or 0x830674) is unknown color: approx Purple. HEX triplet: 83, 06 and 74. RGB value is (131,6,116). Sum of RGB (Red+Green+Blue) = 131+6+116=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #830674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830674 is #7CF98B. Grayscale: #373737. Windows color (decimal): -8190348 or 7603843. OLE color: 7603843.

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

Color convert

RGB1316116-
CMYK00.950.110.49
HSL307.2º91.24%26.86%-
HSV(B)307.2º95.42%51.37%-
XYZ12.586.2217.06-
YUV55.91161.91181.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.78%
GREEN value IS 6 (2.73% from 255) = 2.37%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=51.78%
G=2.37%
B=45.85%

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
Decimal131611600.950.110.49307.291.2426.86
Hex8367405FB311335b1b
Octal20361640137136146313333
Binary100000111101110100010111111011110001100110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830674; }

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

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

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

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

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

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

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

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