#83346C

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

Shades of Dark Purple #83346C

Tints of Dark Purple #83346C

Color information

#83346C (or 0x83346C) is unknown color: approx Dark Purple. HEX triplet: 83, 34 and 6C. RGB value is (131,52,108). Sum of RGB (Red+Green+Blue) = 131+52+108=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83346C is #7CCB93. Grayscale: #515151. Windows color (decimal): -8178580 or 7091331. OLE color: 7091331.

HSL color Cylindrical-coordinate representation of color #83346C: hue angle of 317.47º 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 #83346C is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13152108-
CMYK00.600.180.49
HSL317.47º43.17%35.88%-
HSV(B)317.47º60.31%51.37%-
XYZ13.298.3615.1-
YUV82142.67162.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=45.02%
G=17.87%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315210800.600.180.49317.4743.1735.88
Hex83346C03C123113d2b24
Octal2036415407422614755344
Binary100000111101001101100011110010010110001100111101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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