#83317C

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

Shades of Dark Purple #83317C

Tints of Dark Purple #83317C

Color information

#83317C (or 0x83317C) is unknown color: approx Dark Purple. HEX triplet: 83, 31 and 7C. RGB value is (131,49,124). Sum of RGB (Red+Green+Blue) = 131+49+124=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83317C is #7CCE83. Grayscale: #515151. Windows color (decimal): -8179332 or 8139139. OLE color: 8139139.

HSL color Cylindrical-coordinate representation of color #83317C: hue angle of 305.12º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83317C is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13149124-
CMYK00.630.050.49
HSL305.12º45.56%35.29%-
HSV(B)305.12º62.6%51.37%-
XYZ14.18.4819.96-
YUV82.07151.67162.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=43.09%
G=16.12%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314912400.630.050.49305.1245.5635.29
Hex83317C03F5311312e23
Octal203611740775614615643
Binary1000001111000111111000111111101110001100110001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83317C; }

 p { color: rgb(131,49,124); }

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

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

 a { background-color: rgb(131,49,124); }

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

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

 span { border-color: rgb(131,49,124); }

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