#83346E

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

Shades of Dark Purple #83346E

Tints of Dark Purple #83346E

Color information

#83346E (or 0x83346E) is unknown color: approx Dark Purple. HEX triplet: 83, 34 and 6E. RGB value is (131,52,110). Sum of RGB (Red+Green+Blue) = 131+52+110=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83346E is #7CCB91. Grayscale: #525252. Windows color (decimal): -8178578 or 7222403. OLE color: 7222403.

HSL color Cylindrical-coordinate representation of color #83346E: hue angle of 315.95º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83346E is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13152110-
CMYK00.600.160.49
HSL315.95º43.17%35.88%-
HSV(B)315.95º60.31%51.37%-
XYZ13.48.4115.67-
YUV82.23143.67162.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=44.71%
G=17.75%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315211000.600.160.49315.9543.1735.88
Hex83346E03C103113c2b24
Octal2036415607420614745344
Binary100000111101001101110011110010000110001100111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83346E; }

 p { color: rgb(131,52,110); }

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

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

 a { background-color: rgb(131,52,110); }

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

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

 span { border-color: rgb(131,52,110); }

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