#831275

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

Shades of Dark Purple #831275

Tints of Dark Purple #831275

Color information

#831275 (or 0x831275) is unknown color: approx Dark Purple. HEX triplet: 83, 12 and 75. RGB value is (131,18,117). Sum of RGB (Red+Green+Blue) = 131+18+117=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #831275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831275 is #7CED8A. Grayscale: #3E3E3E. Windows color (decimal): -8187275 or 7672451. OLE color: 7672451.

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

Color convert

RGB13118117-
CMYK00.860.110.49
HSL307.43º75.84%29.22%-
HSV(B)307.43º86.26%51.37%-
XYZ12.796.5417.42-
YUV63.07158.44176.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=49.25%
G=6.77%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311811700.860.110.49307.4375.8429.22
Hex831275056B311334c1d
Octal203221650126136146311435
Binary10000011100101110101010101101011110001100110011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831275; }

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

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

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

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

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

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

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

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