#830376

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

Shades of Purple #830376

Tints of Purple #830376

Color information

#830376 (or 0x830376) is unknown color: approx Purple. HEX triplet: 83, 03 and 76. RGB value is (131,3,118). Sum of RGB (Red+Green+Blue) = 131+3+118=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #830376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830376 is #7CFC89. Grayscale: #363636. Windows color (decimal): -8191114 or 7734147. OLE color: 7734147.

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

Color convert

RGB1313118-
CMYK00.980.100.49
HSL306.09º95.52%26.27%-
HSV(B)306.09º97.71%51.37%-
XYZ12.666.217.67-
YUV54.38163.91182.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=51.98%
G=1.19%
B=46.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131311800.980.100.49306.0995.5226.27
Hex83376062A31132601a
Octal20331660142126146214032
Binary10000011111110110011000101010110001100110010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830376; }

 p { color: rgb(131,3,118); }

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

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

 a { background-color: rgb(131,3,118); }

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

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

 span { border-color: rgb(131,3,118); }

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